Html Css Color HEX #189AAF Pelorous

📋 copy color: '#189AAF'

red 24 ◦ green 154 ◦ blue 175

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

Shades of Pelorous #189AAF

Tints of Pelorous #189AAF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.63%

 BLUE value IS 175 (68.75% from 255) = 49.58%

R = 6.8%
G = 43.63%
B = 49.58%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#189AAF (or 0x189AAF) is known color: Pelorous. HEX triplet: 18, 9A and AF. RGB value is (24,154,175). Sum of RGB (Red+Green+Blue) = 24+154+175=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #189AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189AAF is #E76550. Grayscale: #757575. Windows color (decimal): -15164753 or 11508248. OLE color: 11508248.

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

Color convert

RGB 24 154 175 -
CMYK 0.86 0.12 0 0.31
HSL 188.34º 0.76% 0.39% -
HSV(B) 188.34º 0.86% 0.69% -
XYZ 19.67 26.4 44.62 -
YUV 117.52 160.43 61.29 -
System Red Green Blue C M Y K H S L
Decimal 24 154 175 0.86 0.12 0 0.31 188.34 0.76 0.39
Hex 18 9A AF 56 C 0 1F BC 4C 27
Octal 30 232 257 126 14 0 37 274 114 47
Binary 11000 10011010 10101111 1010110 1100 0 11111 10111100 1001100 100111

Color Harmonies of #189AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189AAF

Black with #189AAF

Text Example


Text Example

White with #189AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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