Html Css Color HEX #90B3DB Polo Blue

📋 copy color: '#90B3DB'

red 144 ◦ green 179 ◦ blue 219

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

Shades of Polo Blue #90B3DB

Tints of Polo Blue #90B3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.03%

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

R = 26.57%
G = 33.03%
B = 40.41%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#90B3DB (or 0x90B3DB) is known color: Polo Blue. HEX triplet: 90, B3 and DB. RGB value is (144,179,219). Sum of RGB (Red+Green+Blue) = 144+179+219=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #90B3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B3DB is #6F4C24. Grayscale: #ACACAC. Windows color (decimal): -7293989 or 14398352. OLE color: 14398352.

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

Color convert

RGB 144 179 219 -
CMYK 0.34 0.18 0 0.14
HSL 212º 0.51% 0.71% -
HSV(B) 212º 0.34% 0.86% -
XYZ 40.41 43.28 73.24 -
YUV 173.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 144 179 219 0.34 0.18 0 0.14 212 0.51 0.71
Hex 90 B3 DB 22 12 0 E D4 33 47
Octal 220 263 333 42 22 0 16 324 63 107
Binary 10010000 10110011 11011011 100010 10010 0 1110 11010100 110011 1000111

Color Harmonies of #90B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B3DB

Black with #90B3DB

Text Example


Text Example

White with #90B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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