Html Css Color HEX #90ACDA Polo Blue

📋 copy color: '#90ACDA'

red 144 ◦ green 172 ◦ blue 218

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

Shades of Polo Blue #90ACDA

Tints of Polo Blue #90ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 26.97%
G = 32.21%
B = 40.82%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#90ACDA (or 0x90ACDA) is known color: Polo Blue. HEX triplet: 90, AC and DA. RGB value is (144,172,218). Sum of RGB (Red+Green+Blue) = 144+172+218=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #90ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACDA is #6F5325. Grayscale: #A8A8A8. Windows color (decimal): -7295782 or 14331024. OLE color: 14331024.

HSL color Cylindrical-coordinate representation of color #90ACDA: hue angle of 217.3º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90ACDA is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 172 218 -
CMYK 0.34 0.21 0 0.15
HSL 217.3º 0.5% 0.71% -
HSV(B) 217.3º 0.34% 0.85% -
XYZ 38.91 40.5 72.1 -
YUV 168.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 144 172 218 0.34 0.21 0 0.15 217.3 0.5 0.71
Hex 90 AC DA 22 15 0 F D9 32 47
Octal 220 254 332 42 25 0 17 331 62 107
Binary 10010000 10101100 11011010 100010 10101 0 1111 11011001 110010 1000111

Color Harmonies of #90ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ACDA

Black with #90ACDA

Text Example


Text Example

White with #90ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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