#99BBFF

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

Shades of Perano #99BBFF

Tints of Perano #99BBFF

Color information

#99BBFF (or 0x99BBFF) is unknown color: approx Perano. HEX triplet: 99, BB and FF. RGB value is (153,187,255). Sum of RGB (Red+Green+Blue) = 153+187+255=595 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.71% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #99BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BBFF is #664400. Grayscale: #B8B8B8. Windows color (decimal): -6702081 or 16759705. OLE color: 16759705.

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

Color convert

RGB153187255-
CMYK0.40.2700
HSL220º100%80%-
HSV(B)220º40%100%-
XYZ48.9649.53101.59-
YUV184.59167.74105.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.71%
GREEN value IS 187 (73.44% from 255) = 31.43%
BLUE value IS 255 (100% from 255) = 42.86%
R=25.71%
G=31.43%
B=42.86%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531872550.40.270022010080
Hex99BBFF281B00dc6450
Octal231273377503300334144120
Binary10011001101110111111111110100011011001101110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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