#189FAF

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

Shades of Pelorous #189FAF

Tints of Pelorous #189FAF

Color information

#189FAF (or 0x189FAF) is unknown color: approx Pelorous. HEX triplet: 18, 9F and AF. RGB value is (24,159,175). Sum of RGB (Red+Green+Blue) = 24+159+175=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #189FAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189FAF is #E76050. Grayscale: #787878. Windows color (decimal): -15163473 or 11509528. OLE color: 11509528.

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

Color convert

RGB24159175-
CMYK0.860.0900.31
HSL186.36º75.88%39.02%-
HSV(B)186.36º86.29%68.63%-
XYZ20.5128.0944.9-
YUV120.46158.7759.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.70%
GREEN value IS 159 (62.5% from 255) = 44.41%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=6.70%
G=44.41%
B=48.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal241591750.860.0900.31186.3675.8839.02
Hex189FAF56901Fba4c27
Octal302372571261103727211447
Binary11000100111111010111110101101001011111101110101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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