Html Css Color HEX #90ABDE Polo Blue

📋 copy color: '#90ABDE'

red 144 ◦ green 171 ◦ blue 222

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

Shades of Polo Blue #90ABDE

Tints of Polo Blue #90ABDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 26.82%
G = 31.84%
B = 41.34%

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

#90ABDE (or 0x90ABDE) is known color: Polo Blue. HEX triplet: 90, AB and DE. RGB value is (144,171,222). Sum of RGB (Red+Green+Blue) = 144+171+222=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #90ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABDE is #6F5421. Grayscale: #A8A8A8. Windows color (decimal): -7296034 or 14592912. OLE color: 14592912.

HSL color Cylindrical-coordinate representation of color #90ABDE: hue angle of 219.23º degrees, saturation: 0.54, 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 #90ABDE is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 171 222 -
CMYK 0.35 0.23 0 0.13
HSL 219.23º 0.54% 0.72% -
HSV(B) 219.23º 0.35% 0.87% -
XYZ 39.25 40.33 74.82 -
YUV 168.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 144 171 222 0.35 0.23 0 0.13 219.23 0.54 0.72
Hex 90 AB DE 23 17 0 D DB 36 48
Octal 220 253 336 43 27 0 15 333 66 110
Binary 10010000 10101011 11011110 100011 10111 0 1101 11011011 110110 1001000

Color Harmonies of #90ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABDE

Black with #90ABDE

Text Example


Text Example

White with #90ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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