#99B6FE

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

Shades of Perano #99B6FE

Tints of Perano #99B6FE

Color information

#99B6FE (or 0x99B6FE) is unknown color: approx Perano. HEX triplet: 99, B6 and FE. RGB value is (153,182,254). Sum of RGB (Red+Green+Blue) = 153+182+254=589 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.98% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #99B6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B6FE is #664901. Grayscale: #B5B5B5. Windows color (decimal): -6703362 or 16692889. OLE color: 16692889.

HSL color Cylindrical-coordinate representation of color #99B6FE: hue angle of 222.77º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99B6FE is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153182254-
CMYK0.400.2800.00
HSL222.77º98.06%79.8%-
HSV(B)222.77º39.76%99.61%-
XYZ47.7547.38100.4-
YUV181.54168.89107.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.98%
GREEN value IS 182 (71.48% from 255) = 30.90%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=25.98%
G=30.90%
B=43.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531822540.400.2800.00222.7798.0679.8
Hex99B6FE281C00df6250
Octal231266376503400337142120
Binary10011001101101101111111010100011100001101111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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