Html Css Color HEX #189BAA Pelorous

📋 copy color: '#189BAA'

red 24 ◦ green 155 ◦ blue 170

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

Shades of Pelorous #189BAA

Tints of Pelorous #189BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.41%

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

R = 6.88%
G = 44.41%
B = 48.71%

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

#189BAA (or 0x189BAA) is known color: Pelorous. HEX triplet: 18, 9B and AA. RGB value is (24,155,170). Sum of RGB (Red+Green+Blue) = 24+155+170=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #189BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189BAA is #E76455. Grayscale: #757575. Windows color (decimal): -15164502 or 11180824. OLE color: 11180824.

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

Color convert

RGB 24 155 170 -
CMYK 0.86 0.09 0 0.33
HSL 186.16º 0.75% 0.38% -
HSV(B) 186.16º 0.86% 0.67% -
XYZ 19.35 26.54 42.13 -
YUV 117.54 157.6 61.28 -
System Red Green Blue C M Y K H S L
Decimal 24 155 170 0.86 0.09 0 0.33 186.16 0.75 0.38
Hex 18 9B AA 56 9 0 21 BA 4B 26
Octal 30 233 252 126 11 0 41 272 113 46
Binary 11000 10011011 10101010 1010110 1001 0 100001 10111010 1001011 100110

Color Harmonies of #189BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189BAA

Black with #189BAA

Text Example


Text Example

White with #189BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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