#99BBFC

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

Shades of Perano #99BBFC

Tints of Perano #99BBFC

Color information

#99BBFC (or 0x99BBFC) is unknown color: approx Perano. HEX triplet: 99, BB and FC. RGB value is (153,187,252). Sum of RGB (Red+Green+Blue) = 153+187+252=592 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.84% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #99BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BBFC is #664403. Grayscale: #B7B7B7. Windows color (decimal): -6702084 or 16563097. OLE color: 16563097.

HSL color Cylindrical-coordinate representation of color #99BBFC: hue angle of 219.39º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99BBFC is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153187252-
CMYK0.390.2600.01
HSL219.39º94.29%79.41%-
HSV(B)219.39º39.29%98.82%-
XYZ48.4849.3499.06-
YUV184.24166.24105.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.84%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 252 (98.83% from 255) = 42.57%
R=25.84%
G=31.59%
B=42.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531872520.390.2600.01219.3994.2979.41
Hex99BBFC271A01db5e4f
Octal231273374473201333136117
Binary10011001101110111111110010011111010011101101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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