#99BAFA

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

Shades of Perano #99BAFA

Tints of Perano #99BAFA

Color information

#99BAFA (or 0x99BAFA) is unknown color: approx Perano. HEX triplet: 99, BA and FA. RGB value is (153,186,250). Sum of RGB (Red+Green+Blue) = 153+186+250=589 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.98% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #99BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BAFA is #664505. Grayscale: #B7B7B7. Windows color (decimal): -6702342 or 16431769. OLE color: 16431769.

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

Color convert

RGB153186250-
CMYK0.390.2600.02
HSL219.59º90.65%79.02%-
HSV(B)219.59º38.8%98.04%-
XYZ47.9548.7997.33-
YUV183.43165.57106.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.98%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=25.98%
G=31.58%
B=42.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531862500.390.2600.02219.5990.6579.02
Hex99BAFA271A02dc5b4f
Octal231272372473202334133117
Binary100110011011101011111010100111110100101101110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,186,250); }

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

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

 a { background-color: rgb(153,186,250); }

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

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

 span { border-color: rgb(153,186,250); }

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