Html Css Color HEX #99B1CA Polo Blue

📋 copy color: '#99B1CA'

red 153 ◦ green 177 ◦ blue 202

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

Shades of Polo Blue #99B1CA

Tints of Polo Blue #99B1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.27%

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

R = 28.76%
G = 33.27%
B = 37.97%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#99B1CA (or 0x99B1CA) is known color: Polo Blue. HEX triplet: 99, B1 and CA. RGB value is (153,177,202). Sum of RGB (Red+Green+Blue) = 153+177+202=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #99B1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B1CA is #664E35. Grayscale: #ACACAC. Windows color (decimal): -6704694 or 13283737. OLE color: 13283737.

HSL color Cylindrical-coordinate representation of color #99B1CA: hue angle of 210.61º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99B1CA is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 177 202 -
CMYK 0.24 0.12 0 0.21
HSL 210.61º 0.32% 0.7% -
HSV(B) 210.61º 0.24% 0.79% -
XYZ 39.52 42.48 61.99 -
YUV 172.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 153 177 202 0.24 0.12 0 0.21 210.61 0.32 0.7
Hex 99 B1 CA 18 C 0 15 D3 20 46
Octal 231 261 312 30 14 0 25 323 40 106
Binary 10011001 10110001 11001010 11000 1100 0 10101 11010011 100000 1000110

Color Harmonies of #99B1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B1CA

Black with #99B1CA

Text Example


Text Example

White with #99B1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,177,202); }

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

background-color css

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

 a { background-color: rgb(153,177,202); }

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

border-color css

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

 span { border-color: rgb(153,177,202); }

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