#189CAF

Color #189CAF Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #189CAF

Tints of Pelorous #189CAF

Color information

#189CAF (or 0x189CAF) is unknown color: approx Pelorous. HEX triplet: 18, 9C and AF. RGB value is (24,156,175). Sum of RGB (Red+Green+Blue) = 24+156+175=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #189CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189CAF is #E76350. Grayscale: #767676. Windows color (decimal): -15164241 or 11508760. OLE color: 11508760.

HSL color Cylindrical-coordinate representation of color #189CAF: hue angle of 187.55º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #189CAF is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB24156175-
CMYK0.860.1100.31
HSL187.55º75.88%39.02%-
HSV(B)187.55º86.29%68.63%-
XYZ2027.0744.73-
YUV118.7159.7760.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.76%
GREEN value IS 156 (61.33% from 255) = 43.94%
BLUE value IS 175 (68.75% from 255) = 49.30%
R=6.76%
G=43.94%
B=49.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal241561750.860.1100.31187.5575.8839.02
Hex189CAF56B01Fbc4c27
Octal302342571261303727411447
Binary11000100111001010111110101101011011111101111001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189CAF; }

 p { color: rgb(24,156,175); }

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

<style>
 a { background-color: #189CAF; }

 a { background-color: rgb(24,156,175); }

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

<style>
 span { border-color: #189CAF; }

 span { border-color: rgb(24,156,175); }

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