Html Css Color HEX #96B5E0 Polo Blue

📋 copy color: '#96B5E0'

red 150 ◦ green 181 ◦ blue 224

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

Shades of Polo Blue #96B5E0

Tints of Polo Blue #96B5E0

RGB

 RED value IS 150 (58.98% from 255) = 27.03%

 GREEN value IS 181 (71.09% from 255) = 32.61%

 BLUE value IS 224 (87.89% from 255) = 40.36%

R = 27.03%
G = 32.61%
B = 40.36%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#96B5E0 (or 0x96B5E0) is known color: Polo Blue. HEX triplet: 96, B5 and E0. RGB value is (150,181,224). Sum of RGB (Red+Green+Blue) = 150+181+224=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #96B5E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B5E0 is #694A1F. Grayscale: #B0B0B0. Windows color (decimal): -6900256 or 14726550. OLE color: 14726550.

HSL color Cylindrical-coordinate representation of color #96B5E0: hue angle of 214.86º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96B5E0 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 181 224 -
CMYK 0.33 0.19 0 0.12
HSL 214.86º 0.54% 0.73% -
HSV(B) 214.86º 0.33% 0.88% -
XYZ 42.56 44.91 76.95 -
YUV 176.63 154.73 109 -
System Red Green Blue C M Y K H S L
Decimal 150 181 224 0.33 0.19 0 0.12 214.86 0.54 0.73
Hex 96 B5 E0 21 13 0 C D7 36 49
Octal 226 265 340 41 23 0 14 327 66 111
Binary 10010110 10110101 11100000 100001 10011 0 1100 11010111 110110 1001001

Color Harmonies of #96B5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B5E0

Black with #96B5E0

Text Example


Text Example

White with #96B5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B5E0; }

 p { color: rgb(150,181,224); }

 H1.HeaderClassName
 {
   color: #96B5E0;
 }
 .AnyTagClassName
 {
   color: #96B5E0;
 }
</style>

background-color css

<style>
 a { background-color: #96B5E0; }

 a { background-color: rgb(150,181,224); }

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

border-color css

<style>
 span { border-color: #96B5E0; }

 span { border-color: rgb(150,181,224); }

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