Html Css Color HEX #189FAA Pelorous

📋 copy color: '#189FAA'

red 24 ◦ green 159 ◦ blue 170

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

Shades of Pelorous #189FAA

Tints of Pelorous #189FAA

RGB

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

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

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

R = 6.8%
G = 45.04%
B = 48.16%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#189FAA (or 0x189FAA) is known color: Pelorous. HEX triplet: 18, 9F and AA. RGB value is (24,159,170). Sum of RGB (Red+Green+Blue) = 24+159+170=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #189FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189FAA is #E76055. Grayscale: #777777. Windows color (decimal): -15163478 or 11181848. OLE color: 11181848.

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

Color convert

RGB 24 159 170 -
CMYK 0.86 0.06 0 0.33
HSL 184.52º 0.75% 0.38% -
HSV(B) 184.52º 0.86% 0.67% -
XYZ 20.03 27.89 42.36 -
YUV 119.89 156.27 59.61 -
System Red Green Blue C M Y K H S L
Decimal 24 159 170 0.86 0.06 0 0.33 184.52 0.75 0.38
Hex 18 9F AA 56 6 0 21 B9 4B 26
Octal 30 237 252 126 6 0 41 271 113 46
Binary 11000 10011111 10101010 1010110 110 0 100001 10111001 1001011 100110

Color Harmonies of #189FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189FAA

Black with #189FAA

Text Example


Text Example

White with #189FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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