Html Css Color HEX #99B8CF Polo Blue

📋 copy color: '#99B8CF'

red 153 ◦ green 184 ◦ blue 207

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

Shades of Polo Blue #99B8CF

Tints of Polo Blue #99B8CF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.82%

 BLUE value IS 207 (81.25% from 255) = 38.05%

R = 28.13%
G = 33.82%
B = 38.05%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#99B8CF (or 0x99B8CF) is known color: Polo Blue. HEX triplet: 99, B8 and CF. RGB value is (153,184,207). Sum of RGB (Red+Green+Blue) = 153+184+207=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #99B8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B8CF is #664730. Grayscale: #B1B1B1. Windows color (decimal): -6702897 or 13613209. OLE color: 13613209.

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

Color convert

RGB 153 184 207 -
CMYK 0.26 0.11 0 0.19
HSL 205.56º 0.36% 0.71% -
HSV(B) 205.56º 0.26% 0.81% -
XYZ 41.54 45.56 65.64 -
YUV 177.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 153 184 207 0.26 0.11 0 0.19 205.56 0.36 0.71
Hex 99 B8 CF 1A B 0 13 CE 24 47
Octal 231 270 317 32 13 0 23 316 44 107
Binary 10011001 10111000 11001111 11010 1011 0 10011 11001110 100100 1000111

Color Harmonies of #99B8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B8CF

Black with #99B8CF

Text Example


Text Example

White with #99B8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,184,207); }

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

background-color css

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

 a { background-color: rgb(153,184,207); }

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

border-color css

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

 span { border-color: rgb(153,184,207); }

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