Html Css Color HEX #90A8D7 Polo Blue

📋 copy color: '#90A8D7'

red 144 ◦ green 168 ◦ blue 215

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

Shades of Polo Blue #90A8D7

Tints of Polo Blue #90A8D7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.88%

 BLUE value IS 215 (84.38% from 255) = 40.8%

R = 27.32%
G = 31.88%
B = 40.8%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#90A8D7 (or 0x90A8D7) is known color: Polo Blue. HEX triplet: 90, A8 and D7. RGB value is (144,168,215). Sum of RGB (Red+Green+Blue) = 144+168+215=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #90A8D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A8D7 is #6F5728. Grayscale: #A5A5A5. Windows color (decimal): -7296809 or 14133392. OLE color: 14133392.

HSL color Cylindrical-coordinate representation of color #90A8D7: hue angle of 219.72º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90A8D7 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 168 215 -
CMYK 0.33 0.22 0 0.16
HSL 219.72º 0.47% 0.7% -
HSV(B) 219.72º 0.33% 0.84% -
XYZ 37.77 38.84 69.8 -
YUV 166.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 144 168 215 0.33 0.22 0 0.16 219.72 0.47 0.7
Hex 90 A8 D7 21 16 0 10 DC 2F 46
Octal 220 250 327 41 26 0 20 334 57 106
Binary 10010000 10101000 11010111 100001 10110 0 10000 11011100 101111 1000110

Color Harmonies of #90A8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A8D7

Black with #90A8D7

Text Example


Text Example

White with #90A8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,168,215); }

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

background-color css

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

 a { background-color: rgb(144,168,215); }

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

border-color css

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

 span { border-color: rgb(144,168,215); }

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