Html Css Color HEX #99B3CE Polo Blue

📋 copy color: '#99B3CE'

red 153 ◦ green 179 ◦ blue 206

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

Shades of Polo Blue #99B3CE

Tints of Polo Blue #99B3CE

RGB

 RED value IS 153 (60.16% from 255) = 28.44%

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

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 28.44%
G = 33.27%
B = 38.29%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#99B3CE (or 0x99B3CE) is known color: Polo Blue. HEX triplet: 99, B3 and CE. RGB value is (153,179,206). Sum of RGB (Red+Green+Blue) = 153+179+206=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #99B3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B3CE is #664C31. Grayscale: #AEAEAE. Windows color (decimal): -6704178 or 13546393. OLE color: 13546393.

HSL color Cylindrical-coordinate representation of color #99B3CE: hue angle of 210.57º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99B3CE is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 179 206 -
CMYK 0.26 0.13 0 0.19
HSL 210.57º 0.35% 0.7% -
HSV(B) 210.57º 0.26% 0.81% -
XYZ 40.4 43.47 64.65 -
YUV 174.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 153 179 206 0.26 0.13 0 0.19 210.57 0.35 0.7
Hex 99 B3 CE 1A D 0 13 D3 23 46
Octal 231 263 316 32 15 0 23 323 43 106
Binary 10011001 10110011 11001110 11010 1101 0 10011 11010011 100011 1000110

Color Harmonies of #99B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B3CE

Black with #99B3CE

Text Example


Text Example

White with #99B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99B3CE; }

 p { color: rgb(153,179,206); }

 H1.HeaderClassName
 {
   color: #99B3CE;
 }
 .AnyTagClassName
 {
   color: #99B3CE;
 }
</style>

background-color css

<style>
 a { background-color: #99B3CE; }

 a { background-color: rgb(153,179,206); }

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

border-color css

<style>
 span { border-color: #99B3CE; }

 span { border-color: rgb(153,179,206); }

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