#99BBF0

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

Shades of Perano #99BBF0

Tints of Perano #99BBF0

Color information

#99BBF0 (or 0x99BBF0) is unknown color: approx Perano. HEX triplet: 99, BB and F0. RGB value is (153,187,240). Sum of RGB (Red+Green+Blue) = 153+187+240=580 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.38% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #99BBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BBF0 is #66440F. Grayscale: #B6B6B6. Windows color (decimal): -6702096 or 15776665. OLE color: 15776665.

HSL color Cylindrical-coordinate representation of color #99BBF0: hue angle of 216.55º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99BBF0 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153187240-
CMYK0.360.2200.06
HSL216.55º74.36%77.06%-
HSV(B)216.55º36.25%94.12%-
XYZ46.6448.689.36-
YUV182.88160.24106.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.38%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 240 (94.14% from 255) = 41.38%
R=26.38%
G=32.24%
B=41.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531872400.360.2200.06216.5574.3677.06
Hex99BBF0241606d94a4d
Octal231273360442606331112115
Binary1001100110111011111100001001001011001101101100110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,187,240); }

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

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

 a { background-color: rgb(153,187,240); }

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

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

 span { border-color: rgb(153,187,240); }

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