Html Css Color HEX #99B0CE Polo Blue

📋 copy color: '#99B0CE'

red 153 ◦ green 176 ◦ blue 206

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

Shades of Polo Blue #99B0CE

Tints of Polo Blue #99B0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.9%

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

R = 28.6%
G = 32.9%
B = 38.5%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#99B0CE (or 0x99B0CE) is known color: Polo Blue. HEX triplet: 99, B0 and CE. RGB value is (153,176,206). Sum of RGB (Red+Green+Blue) = 153+176+206=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #99B0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0CE is #664F31. Grayscale: #ACACAC. Windows color (decimal): -6704946 or 13545625. OLE color: 13545625.

HSL color Cylindrical-coordinate representation of color #99B0CE: hue angle of 213.96º 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 #99B0CE is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 176 206 -
CMYK 0.26 0.15 0 0.19
HSL 213.96º 0.35% 0.7% -
HSV(B) 213.96º 0.26% 0.81% -
XYZ 39.8 42.28 64.46 -
YUV 172.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 153 176 206 0.26 0.15 0 0.19 213.96 0.35 0.7
Hex 99 B0 CE 1A F 0 13 D6 23 46
Octal 231 260 316 32 17 0 23 326 43 106
Binary 10011001 10110000 11001110 11010 1111 0 10011 11010110 100011 1000110

Color Harmonies of #99B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B0CE

Black with #99B0CE

Text Example


Text Example

White with #99B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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