#1896D7

Color #1896D7 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1896D7

Tints of Pacific Blue #1896D7

Color information

#1896D7 (or 0x1896D7) is unknown color: approx Pacific Blue. HEX triplet: 18, 96 and D7. RGB value is (24,150,215). Sum of RGB (Red+Green+Blue) = 24+150+215=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #1896D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1896D7 is #E76928. Grayscale: #777777. Windows color (decimal): -15165737 or 14128664. OLE color: 14128664.

HSL color Cylindrical-coordinate representation of color #1896D7: hue angle of 200.42º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1896D7 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB24150215-
CMYK0.890.3000.16
HSL200.42º79.92%46.86%-
HSV(B)200.42º88.84%84.31%-
XYZ23.5526.9168.24-
YUV119.74181.7659.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 6.17%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 215 (84.38% from 255) = 55.27%
R=6.17%
G=38.56%
B=55.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal241502150.890.3000.16200.4279.9246.86
Hex1896D7591E010c8502f
Octal302263271313602031012057
Binary110001001011011010111101100111110010000110010001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1896D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1896D7; }

 p { color: rgb(24,150,215); }

 H1.HeaderClassName
 {
   color: #1896D7;
 }
 .AnyTagClassName
 {
   color: #1896D7;
 }
</style>
background-color css

<style>
 a { background-color: #1896D7; }

 a { background-color: rgb(24,150,215); }

 div.DivClassName
 {
   background-color: #1896D7;
 }
 .BgClassName
 {
   background-color: #1896D7;
 }
</style>
border-color css

<style>
 span { border-color: #1896D7; }

 span { border-color: rgb(24,150,215); }

 td.TdClassName
 {
   border-color: #1896D7;
 }
 .TagClassName
 {
   border-color: #1896D7;
 }
</style>