Html Css Color HEX #96B7DF Polo Blue

📋 copy color: '#96B7DF'

red 150 ◦ green 183 ◦ blue 223

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

Shades of Polo Blue #96B7DF

Tints of Polo Blue #96B7DF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.91%

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

R = 26.98%
G = 32.91%
B = 40.11%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96B7DF (or 0x96B7DF) is known color: Polo Blue. HEX triplet: 96, B7 and DF. RGB value is (150,183,223). Sum of RGB (Red+Green+Blue) = 150+183+223=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #96B7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7DF is #694820. Grayscale: #B1B1B1. Windows color (decimal): -6899745 or 14661526. OLE color: 14661526.

HSL color Cylindrical-coordinate representation of color #96B7DF: hue angle of 212.88º 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 #96B7DF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 183 223 -
CMYK 0.33 0.18 0 0.13
HSL 212.88º 0.53% 0.73% -
HSV(B) 212.88º 0.33% 0.87% -
XYZ 42.83 45.68 76.37 -
YUV 177.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 150 183 223 0.33 0.18 0 0.13 212.88 0.53 0.73
Hex 96 B7 DF 21 12 0 D D5 35 49
Octal 226 267 337 41 22 0 15 325 65 111
Binary 10010110 10110111 11011111 100001 10010 0 1101 11010101 110101 1001001

Color Harmonies of #96B7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B7DF

Black with #96B7DF

Text Example


Text Example

White with #96B7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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