Html Css Color HEX #96B5D8 Polo Blue

📋 copy color: '#96B5D8'

red 150 ◦ green 181 ◦ blue 216

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

Shades of Polo Blue #96B5D8

Tints of Polo Blue #96B5D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.49%

R = 27.42%
G = 33.09%
B = 39.49%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96B5D8 (or 0x96B5D8) is known color: Polo Blue. HEX triplet: 96, B5 and D8. RGB value is (150,181,216). Sum of RGB (Red+Green+Blue) = 150+181+216=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #96B5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B5D8 is #694A27. Grayscale: #AFAFAF. Windows color (decimal): -6900264 or 14202262. OLE color: 14202262.

HSL color Cylindrical-coordinate representation of color #96B5D8: hue angle of 211.82º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96B5D8 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 181 216 -
CMYK 0.31 0.16 0 0.15
HSL 211.82º 0.46% 0.72% -
HSV(B) 211.82º 0.31% 0.85% -
XYZ 41.5 44.49 71.37 -
YUV 175.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 150 181 216 0.31 0.16 0 0.15 211.82 0.46 0.72
Hex 96 B5 D8 1F 10 0 F D4 2E 48
Octal 226 265 330 37 20 0 17 324 56 110
Binary 10010110 10110101 11011000 11111 10000 0 1111 11010100 101110 1001000

Color Harmonies of #96B5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B5D8

Black with #96B5D8

Text Example


Text Example

White with #96B5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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