Html Css Color HEX #90A8D1 Polo Blue

📋 copy color: '#90A8D1'

red 144 ◦ green 168 ◦ blue 209

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

Shades of Polo Blue #90A8D1

Tints of Polo Blue #90A8D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.12%

R = 27.64%
G = 32.25%
B = 40.12%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#90A8D1 (or 0x90A8D1) is known color: Polo Blue. HEX triplet: 90, A8 and D1. RGB value is (144,168,209). Sum of RGB (Red+Green+Blue) = 144+168+209=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #90A8D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A8D1 is #6F572E. Grayscale: #A5A5A5. Windows color (decimal): -7296815 or 13740176. OLE color: 13740176.

HSL color Cylindrical-coordinate representation of color #90A8D1: hue angle of 217.85º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90A8D1 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 168 209 -
CMYK 0.31 0.20 0 0.18
HSL 217.85º 0.41% 0.69% -
HSV(B) 217.85º 0.31% 0.82% -
XYZ 37.01 38.54 65.81 -
YUV 165.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 144 168 209 0.31 0.20 0 0.18 217.85 0.41 0.69
Hex 90 A8 D1 1F 14 0 12 DA 29 45
Octal 220 250 321 37 24 0 22 332 51 105
Binary 10010000 10101000 11010001 11111 10100 0 10010 11011010 101001 1000101

Color Harmonies of #90A8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A8D1

Black with #90A8D1

Text Example


Text Example

White with #90A8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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