#99BBF8

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

Shades of Perano #99BBF8

Tints of Perano #99BBF8

Color information

#99BBF8 (or 0x99BBF8) is unknown color: approx Perano. HEX triplet: 99, BB and F8. RGB value is (153,187,248). Sum of RGB (Red+Green+Blue) = 153+187+248=588 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.02% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #99BBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BBF8 is #664407. Grayscale: #B7B7B7. Windows color (decimal): -6702088 or 16300953. OLE color: 16300953.

HSL color Cylindrical-coordinate representation of color #99BBF8: hue angle of 218.53º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99BBF8 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB153187248-
CMYK0.380.2500.03
HSL218.53º87.16%78.63%-
HSV(B)218.53º38.31%97.25%-
XYZ47.8549.0995.76-
YUV183.79164.24106.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.02%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 248 (97.27% from 255) = 42.18%
R=26.02%
G=31.80%
B=42.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1531872480.380.2500.03218.5387.1678.63
Hex99BBF8261903db574f
Octal231273370463103333127117
Binary100110011011101111111000100110110010111101101110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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