Html Css Color HEX #90AEDA Polo Blue

📋 copy color: '#90AEDA'

red 144 ◦ green 174 ◦ blue 218

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

Shades of Polo Blue #90AEDA

Tints of Polo Blue #90AEDA

RGB

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

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

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

R = 26.87%
G = 32.46%
B = 40.67%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#90AEDA (or 0x90AEDA) is known color: Polo Blue. HEX triplet: 90, AE and DA. RGB value is (144,174,218). Sum of RGB (Red+Green+Blue) = 144+174+218=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #90AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEDA is #6F5125. Grayscale: #A9A9A9. Windows color (decimal): -7295270 or 14331536. OLE color: 14331536.

HSL color Cylindrical-coordinate representation of color #90AEDA: hue angle of 215.68º 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 #90AEDA is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 174 218 -
CMYK 0.34 0.20 0 0.15
HSL 215.68º 0.5% 0.71% -
HSV(B) 215.68º 0.34% 0.85% -
XYZ 39.29 41.26 72.22 -
YUV 170.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 144 174 218 0.34 0.20 0 0.15 215.68 0.5 0.71
Hex 90 AE DA 22 14 0 F D8 32 47
Octal 220 256 332 42 24 0 17 330 62 107
Binary 10010000 10101110 11011010 100010 10100 0 1111 11011000 110010 1000111

Color Harmonies of #90AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AEDA

Black with #90AEDA

Text Example


Text Example

White with #90AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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