#189DAF

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

Shades of Pelorous #189DAF

Tints of Pelorous #189DAF

Color information

#189DAF (or 0x189DAF) is unknown color: approx Pelorous. HEX triplet: 18, 9D and AF. RGB value is (24,157,175). Sum of RGB (Red+Green+Blue) = 24+157+175=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #189DAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189DAF is #E76250. Grayscale: #777777. Windows color (decimal): -15163985 or 11509016. OLE color: 11509016.

HSL color Cylindrical-coordinate representation of color #189DAF: hue angle of 187.15º 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 #189DAF is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB24157175-
CMYK0.860.1000.31
HSL187.15º75.88%39.02%-
HSV(B)187.15º86.29%68.63%-
XYZ20.1727.444.78-
YUV119.28159.4460.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.74%
GREEN value IS 157 (61.72% from 255) = 44.10%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=6.74%
G=44.10%
B=49.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal241571750.860.1000.31187.1575.8839.02
Hex189DAF56A01Fbb4c27
Octal302352571261203727311447
Binary11000100111011010111110101101010011111101110111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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