Html Css Color HEX #96B5DF Polo Blue

📋 copy color: '#96B5DF'

red 150 ◦ green 181 ◦ blue 223

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

Shades of Polo Blue #96B5DF

Tints of Polo Blue #96B5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 27.08%
G = 32.67%
B = 40.25%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96B5DF (or 0x96B5DF) is known color: Polo Blue. HEX triplet: 96, B5 and DF. RGB value is (150,181,223). Sum of RGB (Red+Green+Blue) = 150+181+223=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #96B5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B5DF is #694A20. Grayscale: #B0B0B0. Windows color (decimal): -6900257 or 14661014. OLE color: 14661014.

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

Color convert

RGB 150 181 223 -
CMYK 0.33 0.19 0 0.13
HSL 214.52º 0.53% 0.73% -
HSV(B) 214.52º 0.33% 0.87% -
XYZ 42.42 44.86 76.23 -
YUV 176.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 150 181 223 0.33 0.19 0 0.13 214.52 0.53 0.73
Hex 96 B5 DF 21 13 0 D D7 35 49
Octal 226 265 337 41 23 0 15 327 65 111
Binary 10010110 10110101 11011111 100001 10011 0 1101 11010111 110101 1001001

Color Harmonies of #96B5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B5DF

Black with #96B5DF

Text Example


Text Example

White with #96B5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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