Html Css Color HEX #189FAE Pelorous

📋 copy color: '#189FAE'

red 24 ◦ green 159 ◦ blue 174

#189FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #189FAE

Tints of Pelorous #189FAE

RGB

 RED value IS 24 (9.77% from 255) = 6.72%

 GREEN value IS 159 (62.5% from 255) = 44.54%

 BLUE value IS 174 (68.36% from 255) = 48.74%

R = 6.72%
G = 44.54%
B = 48.74%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#189FAE (or 0x189FAE) is known color: Pelorous. HEX triplet: 18, 9F and AE. RGB value is (24,159,174). Sum of RGB (Red+Green+Blue) = 24+159+174=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #189FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189FAE is #E76051. Grayscale: #787878. Windows color (decimal): -15163474 or 11443992. OLE color: 11443992.

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

Color convert

RGB 24 159 174 -
CMYK 0.86 0.09 0 0.32
HSL 186º 0.76% 0.39% -
HSV(B) 186º 0.86% 0.68% -
XYZ 20.41 28.05 44.38 -
YUV 120.35 158.27 59.28 -
System Red Green Blue C M Y K H S L
Decimal 24 159 174 0.86 0.09 0 0.32 186 0.76 0.39
Hex 18 9F AE 56 9 0 20 BA 4C 27
Octal 30 237 256 126 11 0 40 272 114 47
Binary 11000 10011111 10101110 1010110 1001 0 100000 10111010 1001100 100111

Color Harmonies of #189FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189FAE

Black with #189FAE

Text Example


Text Example

White with #189FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #189FAE;
 }
 .AnyTagClassName
 {
   color: #189FAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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