Html Css Color HEX #90B6DD Polo Blue

📋 copy color: '#90B6DD'

red 144 ◦ green 182 ◦ blue 221

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

Shades of Polo Blue #90B6DD

Tints of Polo Blue #90B6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.27%

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

R = 26.33%
G = 33.27%
B = 40.4%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#90B6DD (or 0x90B6DD) is known color: Polo Blue. HEX triplet: 90, B6 and DD. RGB value is (144,182,221). Sum of RGB (Red+Green+Blue) = 144+182+221=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #90B6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B6DD is #6F4922. Grayscale: #AEAEAE. Windows color (decimal): -7293219 or 14530192. OLE color: 14530192.

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

Color convert

RGB 144 182 221 -
CMYK 0.35 0.18 0 0.13
HSL 210.39º 0.53% 0.72% -
HSV(B) 210.39º 0.35% 0.87% -
XYZ 41.28 44.61 74.84 -
YUV 175.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 144 182 221 0.35 0.18 0 0.13 210.39 0.53 0.72
Hex 90 B6 DD 23 12 0 D D2 35 48
Octal 220 266 335 43 22 0 15 322 65 110
Binary 10010000 10110110 11011101 100011 10010 0 1101 11010010 110101 1001000

Color Harmonies of #90B6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B6DD

Black with #90B6DD

Text Example


Text Example

White with #90B6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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