Html Css Color HEX #90ABDD Polo Blue

📋 copy color: '#90ABDD'

red 144 ◦ green 171 ◦ blue 221

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

Shades of Polo Blue #90ABDD

Tints of Polo Blue #90ABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 26.87%
G = 31.9%
B = 41.23%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#90ABDD (or 0x90ABDD) is known color: Polo Blue. HEX triplet: 90, AB and DD. RGB value is (144,171,221). Sum of RGB (Red+Green+Blue) = 144+171+221=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #90ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABDD is #6F5422. Grayscale: #A8A8A8. Windows color (decimal): -7296035 or 14527376. OLE color: 14527376.

HSL color Cylindrical-coordinate representation of color #90ABDD: hue angle of 218.96º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90ABDD is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 171 221 -
CMYK 0.35 0.23 0 0.13
HSL 218.96º 0.53% 0.72% -
HSV(B) 218.96º 0.35% 0.87% -
XYZ 39.12 40.28 74.12 -
YUV 168.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 144 171 221 0.35 0.23 0 0.13 218.96 0.53 0.72
Hex 90 AB DD 23 17 0 D DB 35 48
Octal 220 253 335 43 27 0 15 333 65 110
Binary 10010000 10101011 11011101 100011 10111 0 1101 11011011 110101 1001000

Color Harmonies of #90ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABDD

Black with #90ABDD

Text Example


Text Example

White with #90ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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