Html Css Color HEX #90ACDD Polo Blue

📋 copy color: '#90ACDD'

red 144 ◦ green 172 ◦ blue 221

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

Shades of Polo Blue #90ACDD

Tints of Polo Blue #90ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 26.82%
G = 32.03%
B = 41.15%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#90ACDD (or 0x90ACDD) is known color: Polo Blue. HEX triplet: 90, AC and DD. RGB value is (144,172,221). Sum of RGB (Red+Green+Blue) = 144+172+221=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #90ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACDD is #6F5322. Grayscale: #A8A8A8. Windows color (decimal): -7295779 or 14527632. OLE color: 14527632.

HSL color Cylindrical-coordinate representation of color #90ACDD: hue angle of 218.18º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90ACDD is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 172 221 -
CMYK 0.35 0.22 0 0.13
HSL 218.18º 0.53% 0.72% -
HSV(B) 218.18º 0.35% 0.87% -
XYZ 39.31 40.65 74.18 -
YUV 169.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 144 172 221 0.35 0.22 0 0.13 218.18 0.53 0.72
Hex 90 AC DD 23 16 0 D DA 35 48
Octal 220 254 335 43 26 0 15 332 65 110
Binary 10010000 10101100 11011101 100011 10110 0 1101 11011010 110101 1001000

Color Harmonies of #90ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ACDD

Black with #90ACDD

Text Example


Text Example

White with #90ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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