#99B1F6

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

Shades of Perano #99B1F6

Tints of Perano #99B1F6

Color information

#99B1F6 (or 0x99B1F6) is unknown color: approx Perano. HEX triplet: 99, B1 and F6. RGB value is (153,177,246). Sum of RGB (Red+Green+Blue) = 153+177+246=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #99B1F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B1F6 is #664E09. Grayscale: #B1B1B1. Windows color (decimal): -6704650 or 16167321. OLE color: 16167321.

HSL color Cylindrical-coordinate representation of color #99B1F6: hue angle of 224.52º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99B1F6 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB153177246-
CMYK0.380.2800.04
HSL224.52º83.78%78.24%-
HSV(B)224.52º37.8%96.47%-
XYZ45.4944.8793.45-
YUV177.69166.55110.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.56%
GREEN value IS 177 (69.53% from 255) = 30.73%
BLUE value IS 246 (96.48% from 255) = 42.71%
R=26.56%
G=30.73%
B=42.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1531772460.380.2800.04224.5283.7878.24
Hex99B1F6261C04e1544e
Octal231261366463404341124116
Binary1001100110110001111101101001101110001001110000110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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