Html Css Color HEX #90AECA Polo Blue

📋 copy color: '#90AECA'

red 144 ◦ green 174 ◦ blue 202

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

Shades of Polo Blue #90AECA

Tints of Polo Blue #90AECA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.46%

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

R = 27.69%
G = 33.46%
B = 38.85%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#90AECA (or 0x90AECA) is known color: Polo Blue. HEX triplet: 90, AE and CA. RGB value is (144,174,202). Sum of RGB (Red+Green+Blue) = 144+174+202=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #90AECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AECA is #6F5135. Grayscale: #A8A8A8. Windows color (decimal): -7295286 or 13282960. OLE color: 13282960.

HSL color Cylindrical-coordinate representation of color #90AECA: hue angle of 208.97º 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 #90AECA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 174 202 -
CMYK 0.29 0.14 0 0.21
HSL 208.97º 0.35% 0.68% -
HSV(B) 208.97º 0.29% 0.79% -
XYZ 37.3 40.47 61.72 -
YUV 168.22 147.06 110.72 -
System Red Green Blue C M Y K H S L
Decimal 144 174 202 0.29 0.14 0 0.21 208.97 0.35 0.68
Hex 90 AE CA 1D E 0 15 D1 23 44
Octal 220 256 312 35 16 0 25 321 43 104
Binary 10010000 10101110 11001010 11101 1110 0 10101 11010001 100011 1000100

Color Harmonies of #90AECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AECA

Black with #90AECA

Text Example


Text Example

White with #90AECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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