#99B9FA

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

Shades of Perano #99B9FA

Tints of Perano #99B9FA

Color information

#99B9FA (or 0x99B9FA) is unknown color: approx Perano. HEX triplet: 99, B9 and FA. RGB value is (153,185,250). Sum of RGB (Red+Green+Blue) = 153+185+250=588 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.02% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #99B9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B9FA is #664605. Grayscale: #B6B6B6. Windows color (decimal): -6702598 or 16431513. OLE color: 16431513.

HSL color Cylindrical-coordinate representation of color #99B9FA: hue angle of 220.21º 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 #99B9FA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153185250-
CMYK0.390.2600.02
HSL220.21º90.65%79.02%-
HSV(B)220.21º38.8%98.04%-
XYZ47.7448.3797.26-
YUV182.84165.9106.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.02%
GREEN value IS 185 (72.66% from 255) = 31.46%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=26.02%
G=31.46%
B=42.52%

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
Decimal1531852500.390.2600.02220.2190.6579.02
Hex99B9FA271A02dc5b4f
Octal231271372473202334133117
Binary100110011011100111111010100111110100101101110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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