Html Css Color HEX #96BAD2 Polo Blue

📋 copy color: '#96BAD2'

red 150 ◦ green 186 ◦ blue 210

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

Shades of Polo Blue #96BAD2

Tints of Polo Blue #96BAD2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.07%

 BLUE value IS 210 (82.42% from 255) = 38.46%

R = 27.47%
G = 34.07%
B = 38.46%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#96BAD2 (or 0x96BAD2) is known color: Polo Blue. HEX triplet: 96, BA and D2. RGB value is (150,186,210). Sum of RGB (Red+Green+Blue) = 150+186+210=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 210 - color contains mainly: blue. Hex color #96BAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAD2 is #69452D. Grayscale: #B1B1B1. Windows color (decimal): -6898990 or 13810326. OLE color: 13810326.

HSL color Cylindrical-coordinate representation of color #96BAD2: hue angle of 204º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96BAD2 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 186 210 -
CMYK 0.29 0.11 0 0.18
HSL 204º 0.4% 0.71% -
HSV(B) 204º 0.29% 0.82% -
XYZ 41.77 46.25 67.7 -
YUV 177.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 150 186 210 0.29 0.11 0 0.18 204 0.4 0.71
Hex 96 BA D2 1D B 0 12 CC 28 47
Octal 226 272 322 35 13 0 22 314 50 107
Binary 10010110 10111010 11010010 11101 1011 0 10010 11001100 101000 1000111

Color Harmonies of #96BAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAD2

Black with #96BAD2

Text Example


Text Example

White with #96BAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,186,210); }

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

background-color css

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

 a { background-color: rgb(150,186,210); }

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

border-color css

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

 span { border-color: rgb(150,186,210); }

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