Html Css Color HEX #90ACDC Polo Blue

📋 copy color: '#90ACDC'

red 144 ◦ green 172 ◦ blue 220

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

Shades of Polo Blue #90ACDC

Tints of Polo Blue #90ACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.09%

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

R = 26.87%
G = 32.09%
B = 41.04%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#90ACDC (or 0x90ACDC) is known color: Polo Blue. HEX triplet: 90, AC and DC. RGB value is (144,172,220). Sum of RGB (Red+Green+Blue) = 144+172+220=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #90ACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACDC is #6F5323. Grayscale: #A8A8A8. Windows color (decimal): -7295780 or 14462096. OLE color: 14462096.

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

Color convert

RGB 144 172 220 -
CMYK 0.35 0.22 0 0.14
HSL 217.89º 0.52% 0.71% -
HSV(B) 217.89º 0.35% 0.86% -
XYZ 39.17 40.6 73.48 -
YUV 169.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 144 172 220 0.35 0.22 0 0.14 217.89 0.52 0.71
Hex 90 AC DC 23 16 0 E DA 34 47
Octal 220 254 334 43 26 0 16 332 64 107
Binary 10010000 10101100 11011100 100011 10110 0 1110 11011010 110100 1000111

Color Harmonies of #90ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ACDC

Black with #90ACDC

Text Example


Text Example

White with #90ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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