#1889CF

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

Shades of Pacific Blue #1889CF

Tints of Pacific Blue #1889CF

Color information

#1889CF (or 0x1889CF) is unknown color: approx Pacific Blue. HEX triplet: 18, 89 and CF. RGB value is (24,137,207). Sum of RGB (Red+Green+Blue) = 24+137+207=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #1889CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1889CF is #E77630. Grayscale: #6E6E6E. Windows color (decimal): -15169073 or 13601048. OLE color: 13601048.

HSL color Cylindrical-coordinate representation of color #1889CF: hue angle of 202.95º 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 #1889CF is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB24137207-
CMYK0.880.3400.19
HSL202.95º79.22%45.29%-
HSV(B)202.95º88.41%81.18%-
XYZ20.5822.5962.31-
YUV111.19182.0665.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.52%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 207 (81.25% from 255) = 56.25%
R=6.52%
G=37.23%
B=56.25%

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
Decimal241372070.880.3400.19202.9579.2245.29
Hex1889CF5822013cb4f2d
Octal302113171304202331311755
Binary1100010001001110011111011000100010010011110010111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1889CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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