Html Css Color HEX #99B0CC Polo Blue

📋 copy color: '#99B0CC'

red 153 ◦ green 176 ◦ blue 204

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

Shades of Polo Blue #99B0CC

Tints of Polo Blue #99B0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 28.71%
G = 33.02%
B = 38.27%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#99B0CC (or 0x99B0CC) is known color: Polo Blue. HEX triplet: 99, B0 and CC. RGB value is (153,176,204). Sum of RGB (Red+Green+Blue) = 153+176+204=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #99B0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0CC is #664F33. Grayscale: #ACACAC. Windows color (decimal): -6704948 or 13414553. OLE color: 13414553.

HSL color Cylindrical-coordinate representation of color #99B0CC: hue angle of 212.94º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99B0CC is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 176 204 -
CMYK 0.25 0.14 0 0.2
HSL 212.94º 0.33% 0.7% -
HSV(B) 212.94º 0.25% 0.8% -
XYZ 39.56 42.18 63.18 -
YUV 172.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 153 176 204 0.25 0.14 0 0.2 212.94 0.33 0.7
Hex 99 B0 CC 19 E 0 14 D5 21 46
Octal 231 260 314 31 16 0 24 325 41 106
Binary 10011001 10110000 11001100 11001 1110 0 10100 11010101 100001 1000110

Color Harmonies of #99B0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B0CC

Black with #99B0CC

Text Example


Text Example

White with #99B0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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