Html Css Color HEX #90A6CF Polo Blue

📋 copy color: '#90A6CF'

red 144 ◦ green 166 ◦ blue 207

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

Shades of Polo Blue #90A6CF

Tints of Polo Blue #90A6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.11%

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

R = 27.85%
G = 32.11%
B = 40.04%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#90A6CF (or 0x90A6CF) is known color: Polo Blue. HEX triplet: 90, A6 and CF. RGB value is (144,166,207). Sum of RGB (Red+Green+Blue) = 144+166+207=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #90A6CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A6CF is #6F5930. Grayscale: #A3A3A3. Windows color (decimal): -7297329 or 13608592. OLE color: 13608592.

HSL color Cylindrical-coordinate representation of color #90A6CF: hue angle of 219.05º 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 #90A6CF is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 166 207 -
CMYK 0.30 0.20 0 0.19
HSL 219.05º 0.4% 0.69% -
HSV(B) 219.05º 0.3% 0.81% -
XYZ 36.4 37.71 64.39 -
YUV 164.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 144 166 207 0.30 0.20 0 0.19 219.05 0.4 0.69
Hex 90 A6 CF 1E 14 0 13 DB 28 45
Octal 220 246 317 36 24 0 23 333 50 105
Binary 10010000 10100110 11001111 11110 10100 0 10011 11011011 101000 1000101

Color Harmonies of #90A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A6CF

Black with #90A6CF

Text Example


Text Example

White with #90A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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