#99B6EC

Color #99B6EC Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #99B6EC

Tints of Perano #99B6EC

Color information

#99B6EC (or 0x99B6EC) is unknown color: approx Perano. HEX triplet: 99, B6 and EC. RGB value is (153,182,236). Sum of RGB (Red+Green+Blue) = 153+182+236=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #99B6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B6EC is #664913. Grayscale: #B3B3B3. Windows color (decimal): -6703380 or 15513241. OLE color: 15513241.

HSL color Cylindrical-coordinate representation of color #99B6EC: hue angle of 219.04º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99B6EC is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153182236-
CMYK0.350.2300.07
HSL219.04º68.6%76.27%-
HSV(B)219.04º35.17%92.55%-
XYZ45.0146.2885.92-
YUV179.48159.89109.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.80%
GREEN value IS 182 (71.48% from 255) = 31.87%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=26.80%
G=31.87%
B=41.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531822360.350.2300.07219.0468.676.27
Hex99B6EC231707db454c
Octal231266354432707333105114
Binary1001100110110110111011001000111011101111101101110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,182,236); }

 H1.HeaderClassName
 {
   color: #99B6EC;
 }
 .AnyTagClassName
 {
   color: #99B6EC;
 }
</style>
background-color css

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

 a { background-color: rgb(153,182,236); }

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

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

 span { border-color: rgb(153,182,236); }

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