Html Css Color HEX #90A3CA Polo Blue

📋 copy color: '#90A3CA'

red 144 ◦ green 163 ◦ blue 202

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

Shades of Polo Blue #90A3CA

Tints of Polo Blue #90A3CA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.02%

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 28.29%
G = 32.02%
B = 39.69%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#90A3CA (or 0x90A3CA) is known color: Polo Blue. HEX triplet: 90, A3 and CA. RGB value is (144,163,202). Sum of RGB (Red+Green+Blue) = 144+163+202=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #90A3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A3CA is #6F5C35. Grayscale: #A1A1A1. Windows color (decimal): -7298102 or 13280144. OLE color: 13280144.

HSL color Cylindrical-coordinate representation of color #90A3CA: hue angle of 220.34º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90A3CA is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 163 202 -
CMYK 0.29 0.19 0 0.21
HSL 220.34º 0.35% 0.68% -
HSV(B) 220.34º 0.29% 0.79% -
XYZ 35.26 36.39 61.04 -
YUV 161.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 144 163 202 0.29 0.19 0 0.21 220.34 0.35 0.68
Hex 90 A3 CA 1D 13 0 15 DC 23 44
Octal 220 243 312 35 23 0 25 334 43 104
Binary 10010000 10100011 11001010 11101 10011 0 10101 11011100 100011 1000100

Color Harmonies of #90A3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A3CA

Black with #90A3CA

Text Example


Text Example

White with #90A3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,163,202); }

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

background-color css

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

 a { background-color: rgb(144,163,202); }

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

border-color css

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

 span { border-color: rgb(144,163,202); }

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