Html Css Color HEX #189AAA Pelorous

📋 copy color: '#189AAA'

red 24 ◦ green 154 ◦ blue 170

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

Shades of Pelorous #189AAA

Tints of Pelorous #189AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 6.9%
G = 44.25%
B = 48.85%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#189AAA (or 0x189AAA) is known color: Pelorous. HEX triplet: 18, 9A and AA. RGB value is (24,154,170). Sum of RGB (Red+Green+Blue) = 24+154+170=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #189AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189AAA is #E76555. Grayscale: #747474. Windows color (decimal): -15164758 or 11180568. OLE color: 11180568.

HSL color Cylindrical-coordinate representation of color #189AAA: hue angle of 186.58º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #189AAA is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 154 170 -
CMYK 0.86 0.09 0 0.33
HSL 186.58º 0.75% 0.38% -
HSV(B) 186.58º 0.86% 0.67% -
XYZ 19.19 26.21 42.08 -
YUV 116.95 157.93 61.7 -
System Red Green Blue C M Y K H S L
Decimal 24 154 170 0.86 0.09 0 0.33 186.58 0.75 0.38
Hex 18 9A AA 56 9 0 21 BB 4B 26
Octal 30 232 252 126 11 0 41 273 113 46
Binary 11000 10011010 10101010 1010110 1001 0 100001 10111011 1001011 100110

Color Harmonies of #189AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189AAA

Black with #189AAA

Text Example


Text Example

White with #189AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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