Html Css Color HEX #90ABC8 Polo Blue

📋 copy color: '#90ABC8'

red 144 ◦ green 171 ◦ blue 200

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

Shades of Polo Blue #90ABC8

Tints of Polo Blue #90ABC8

RGB

 RED value IS 144 (56.64% from 255) = 27.96%

 GREEN value IS 171 (67.19% from 255) = 33.2%

 BLUE value IS 200 (78.52% from 255) = 38.83%

R = 27.96%
G = 33.2%
B = 38.83%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#90ABC8 (or 0x90ABC8) is known color: Polo Blue. HEX triplet: 90, AB and C8. RGB value is (144,171,200). Sum of RGB (Red+Green+Blue) = 144+171+200=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 200 - color contains mainly: blue. Hex color #90ABC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABC8 is #6F5437. Grayscale: #A6A6A6. Windows color (decimal): -7296056 or 13151120. OLE color: 13151120.

HSL color Cylindrical-coordinate representation of color #90ABC8: hue angle of 211.07º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90ABC8 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 171 200 -
CMYK 0.28 0.14 0 0.22
HSL 211.07º 0.34% 0.67% -
HSV(B) 211.07º 0.28% 0.78% -
XYZ 36.49 39.23 60.29 -
YUV 166.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 144 171 200 0.28 0.14 0 0.22 211.07 0.34 0.67
Hex 90 AB C8 1C E 0 16 D3 22 43
Octal 220 253 310 34 16 0 26 323 42 103
Binary 10010000 10101011 11001000 11100 1110 0 10110 11010011 100010 1000011

Color Harmonies of #90ABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABC8

Black with #90ABC8

Text Example


Text Example

White with #90ABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90ABC8; }

 p { color: rgb(144,171,200); }

 H1.HeaderClassName
 {
   color: #90ABC8;
 }
 .AnyTagClassName
 {
   color: #90ABC8;
 }
</style>

background-color css

<style>
 a { background-color: #90ABC8; }

 a { background-color: rgb(144,171,200); }

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

border-color css

<style>
 span { border-color: #90ABC8; }

 span { border-color: rgb(144,171,200); }

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