Html Css Color HEX #96B3CA Polo Blue

📋 copy color: '#96B3CA'

red 150 ◦ green 179 ◦ blue 202

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

Shades of Polo Blue #96B3CA

Tints of Polo Blue #96B3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 28.25%
G = 33.71%
B = 38.04%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#96B3CA (or 0x96B3CA) is known color: Polo Blue. HEX triplet: 96, B3 and CA. RGB value is (150,179,202). Sum of RGB (Red+Green+Blue) = 150+179+202=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #96B3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3CA is #694C35. Grayscale: #ACACAC. Windows color (decimal): -6900790 or 13284246. OLE color: 13284246.

HSL color Cylindrical-coordinate representation of color #96B3CA: hue angle of 206.54º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96B3CA is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 179 202 -
CMYK 0.26 0.11 0 0.21
HSL 206.54º 0.33% 0.69% -
HSV(B) 206.54º 0.26% 0.79% -
XYZ 39.36 42.99 62.1 -
YUV 172.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 150 179 202 0.26 0.11 0 0.21 206.54 0.33 0.69
Hex 96 B3 CA 1A B 0 15 CF 21 45
Octal 226 263 312 32 13 0 25 317 41 105
Binary 10010110 10110011 11001010 11010 1011 0 10101 11001111 100001 1000101

Color Harmonies of #96B3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B3CA

Black with #96B3CA

Text Example


Text Example

White with #96B3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,179,202); }

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

background-color css

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

 a { background-color: rgb(150,179,202); }

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

border-color css

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

 span { border-color: rgb(150,179,202); }

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