Html Css Color HEX #90A8CF Polo Blue

📋 copy color: '#90A8CF'

red 144 ◦ green 168 ◦ blue 207

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

Shades of Polo Blue #90A8CF

Tints of Polo Blue #90A8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 27.75%
G = 32.37%
B = 39.88%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#90A8CF (or 0x90A8CF) is known color: Polo Blue. HEX triplet: 90, A8 and CF. RGB value is (144,168,207). Sum of RGB (Red+Green+Blue) = 144+168+207=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #90A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A8CF is #6F5730. Grayscale: #A5A5A5. Windows color (decimal): -7296817 or 13609104. OLE color: 13609104.

HSL color Cylindrical-coordinate representation of color #90A8CF: hue angle of 217.14º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90A8CF is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 168 207 -
CMYK 0.30 0.19 0 0.19
HSL 217.14º 0.4% 0.69% -
HSV(B) 217.14º 0.3% 0.81% -
XYZ 36.77 38.44 64.51 -
YUV 165.27 151.55 112.83 -
System Red Green Blue C M Y K H S L
Decimal 144 168 207 0.30 0.19 0 0.19 217.14 0.4 0.69
Hex 90 A8 CF 1E 13 0 13 D9 28 45
Octal 220 250 317 36 23 0 23 331 50 105
Binary 10010000 10101000 11001111 11110 10011 0 10011 11011001 101000 1000101

Color Harmonies of #90A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A8CF

Black with #90A8CF

Text Example


Text Example

White with #90A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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