Html Css Color HEX #90ABE2 Polo Blue

📋 copy color: '#90ABE2'

red 144 ◦ green 171 ◦ blue 226

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

Shades of Polo Blue #90ABE2

Tints of Polo Blue #90ABE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.77%

R = 26.62%
G = 31.61%
B = 41.77%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#90ABE2 (or 0x90ABE2) is known color: Polo Blue. HEX triplet: 90, AB and E2. RGB value is (144,171,226). Sum of RGB (Red+Green+Blue) = 144+171+226=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #90ABE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABE2 is #6F541D. Grayscale: #A8A8A8. Windows color (decimal): -7296030 or 14855056. OLE color: 14855056.

HSL color Cylindrical-coordinate representation of color #90ABE2: hue angle of 220.24º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90ABE2 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 144 171 226 -
CMYK 0.36 0.24 0 0.11
HSL 220.24º 0.59% 0.73% -
HSV(B) 220.24º 0.36% 0.89% -
XYZ 39.79 40.55 77.68 -
YUV 169.2 160.05 110.03 -
System Red Green Blue C M Y K H S L
Decimal 144 171 226 0.36 0.24 0 0.11 220.24 0.59 0.73
Hex 90 AB E2 24 18 0 B DC 3B 49
Octal 220 253 342 44 30 0 13 334 73 111
Binary 10010000 10101011 11100010 100100 11000 0 1011 11011100 111011 1001001

Color Harmonies of #90ABE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABE2

Black with #90ABE2

Text Example


Text Example

White with #90ABE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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