Html Css Color HEX #90AEDC Polo Blue

📋 copy color: '#90AEDC'

red 144 ◦ green 174 ◦ blue 220

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

Shades of Polo Blue #90AEDC

Tints of Polo Blue #90AEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 26.77%
G = 32.34%
B = 40.89%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#90AEDC (or 0x90AEDC) is known color: Polo Blue. HEX triplet: 90, AE and DC. RGB value is (144,174,220). Sum of RGB (Red+Green+Blue) = 144+174+220=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #90AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEDC is #6F5123. Grayscale: #AAAAAA. Windows color (decimal): -7295268 or 14462608. OLE color: 14462608.

HSL color Cylindrical-coordinate representation of color #90AEDC: hue angle of 216.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90AEDC is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 174 220 -
CMYK 0.35 0.21 0 0.14
HSL 216.32º 0.52% 0.71% -
HSV(B) 216.32º 0.35% 0.86% -
XYZ 39.56 41.37 73.61 -
YUV 170.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 144 174 220 0.35 0.21 0 0.14 216.32 0.52 0.71
Hex 90 AE DC 23 15 0 E D8 34 47
Octal 220 256 334 43 25 0 16 330 64 107
Binary 10010000 10101110 11011100 100011 10101 0 1110 11011000 110100 1000111

Color Harmonies of #90AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AEDC

Black with #90AEDC

Text Example


Text Example

White with #90AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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