#1888CF

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

Shades of Pacific Blue #1888CF

Tints of Pacific Blue #1888CF

Color information

#1888CF (or 0x1888CF) is unknown color: approx Pacific Blue. HEX triplet: 18, 88 and CF. RGB value is (24,136,207). Sum of RGB (Red+Green+Blue) = 24+136+207=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #1888CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1888CF is #E77730. Grayscale: #6E6E6E. Windows color (decimal): -15169329 or 13600792. OLE color: 13600792.

HSL color Cylindrical-coordinate representation of color #1888CF: hue angle of 203.28º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1888CF is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB24136207-
CMYK0.880.3400.19
HSL203.28º79.22%45.29%-
HSV(B)203.28º88.41%81.18%-
XYZ20.4422.3162.26-
YUV110.61182.3966.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.54%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 207 (81.25% from 255) = 56.40%
R=6.54%
G=37.06%
B=56.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal241362070.880.3400.19203.2879.2245.29
Hex1888CF5822013cb4f2d
Octal302103171304202331311755
Binary1100010001000110011111011000100010010011110010111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1888CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1888CF; }

 p { color: rgb(24,136,207); }

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

<style>
 a { background-color: #1888CF; }

 a { background-color: rgb(24,136,207); }

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

<style>
 span { border-color: #1888CF; }

 span { border-color: rgb(24,136,207); }

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