Html Css Color HEX #90A6C3 Polo Blue

📋 copy color: '#90A6C3'

red 144 ◦ green 166 ◦ blue 195

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

Shades of Polo Blue #90A6C3

Tints of Polo Blue #90A6C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.61%

R = 28.51%
G = 32.87%
B = 38.61%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#90A6C3 (or 0x90A6C3) is known color: Polo Blue. HEX triplet: 90, A6 and C3. RGB value is (144,166,195). Sum of RGB (Red+Green+Blue) = 144+166+195=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 195 - color contains mainly: blue. Hex color #90A6C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A6C3 is #6F593C. Grayscale: #A2A2A2. Windows color (decimal): -7297341 or 12822160. OLE color: 12822160.

HSL color Cylindrical-coordinate representation of color #90A6C3: hue angle of 214.12º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90A6C3 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 166 195 -
CMYK 0.26 0.15 0 0.24
HSL 214.12º 0.3% 0.66% -
HSV(B) 214.12º 0.26% 0.76% -
XYZ 34.99 37.14 56.95 -
YUV 162.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 144 166 195 0.26 0.15 0 0.24 214.12 0.3 0.66
Hex 90 A6 C3 1A F 0 18 D6 1E 42
Octal 220 246 303 32 17 0 30 326 36 102
Binary 10010000 10100110 11000011 11010 1111 0 11000 11010110 11110 1000010

Color Harmonies of #90A6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A6C3

Black with #90A6C3

Text Example


Text Example

White with #90A6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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