Html Css Color HEX #90AED0 Polo Blue

📋 copy color: '#90AED0'

red 144 ◦ green 174 ◦ blue 208

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

Shades of Polo Blue #90AED0

Tints of Polo Blue #90AED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 27.38%
G = 33.08%
B = 39.54%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#90AED0 (or 0x90AED0) is known color: Polo Blue. HEX triplet: 90, AE and D0. RGB value is (144,174,208). Sum of RGB (Red+Green+Blue) = 144+174+208=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #90AED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AED0 is #6F512F. Grayscale: #A8A8A8. Windows color (decimal): -7295280 or 13676176. OLE color: 13676176.

HSL color Cylindrical-coordinate representation of color #90AED0: hue angle of 211.88º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90AED0 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 174 208 -
CMYK 0.31 0.16 0 0.18
HSL 211.88º 0.41% 0.69% -
HSV(B) 211.88º 0.31% 0.82% -
XYZ 38.02 40.76 65.54 -
YUV 168.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 144 174 208 0.31 0.16 0 0.18 211.88 0.41 0.69
Hex 90 AE D0 1F 10 0 12 D4 29 45
Octal 220 256 320 37 20 0 22 324 51 105
Binary 10010000 10101110 11010000 11111 10000 0 10010 11010100 101001 1000101

Color Harmonies of #90AED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AED0

Black with #90AED0

Text Example


Text Example

White with #90AED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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