#189EAF

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

Shades of Pelorous #189EAF

Tints of Pelorous #189EAF

Color information

#189EAF (or 0x189EAF) is unknown color: approx Pelorous. HEX triplet: 18, 9E and AF. RGB value is (24,158,175). Sum of RGB (Red+Green+Blue) = 24+158+175=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #189EAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189EAF is #E76150. Grayscale: #777777. Windows color (decimal): -15163729 or 11509272. OLE color: 11509272.

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

Color convert

RGB24158175-
CMYK0.860.1000.31
HSL186.75º75.88%39.02%-
HSV(B)186.75º86.29%68.63%-
XYZ20.3427.7444.84-
YUV119.87159.1159.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.72%
GREEN value IS 158 (62.11% from 255) = 44.26%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=6.72%
G=44.26%
B=49.02%

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
Decimal241581750.860.1000.31186.7575.8839.02
Hex189EAF56A01Fbb4c27
Octal302362571261203727311447
Binary11000100111101010111110101101010011111101110111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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