Html Css Color HEX #90B0DB Polo Blue

📋 copy color: '#90B0DB'

red 144 ◦ green 176 ◦ blue 219

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

Shades of Polo Blue #90B0DB

Tints of Polo Blue #90B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.65%

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 26.72%
G = 32.65%
B = 40.63%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#90B0DB (or 0x90B0DB) is known color: Polo Blue. HEX triplet: 90, B0 and DB. RGB value is (144,176,219). Sum of RGB (Red+Green+Blue) = 144+176+219=539 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.72% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #90B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B0DB is #6F4F24. Grayscale: #ABABAB. Windows color (decimal): -7294757 or 14397584. OLE color: 14397584.

HSL color Cylindrical-coordinate representation of color #90B0DB: hue angle of 214.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90B0DB is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 176 219 -
CMYK 0.34 0.20 0 0.14
HSL 214.4º 0.51% 0.71% -
HSV(B) 214.4º 0.34% 0.86% -
XYZ 39.81 42.09 73.04 -
YUV 171.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 144 176 219 0.34 0.20 0 0.14 214.4 0.51 0.71
Hex 90 B0 DB 22 14 0 E D6 33 47
Octal 220 260 333 42 24 0 16 326 63 107
Binary 10010000 10110000 11011011 100010 10100 0 1110 11010110 110011 1000111

Color Harmonies of #90B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B0DB

Black with #90B0DB

Text Example


Text Example

White with #90B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,176,219); }

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

background-color css

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

 a { background-color: rgb(144,176,219); }

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

border-color css

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

 span { border-color: rgb(144,176,219); }

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