#99B9F8

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

Shades of Perano #99B9F8

Tints of Perano #99B9F8

Color information

#99B9F8 (or 0x99B9F8) is unknown color: approx Perano. HEX triplet: 99, B9 and F8. RGB value is (153,185,248). Sum of RGB (Red+Green+Blue) = 153+185+248=586 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.11% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #99B9F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B9F8 is #664607. Grayscale: #B6B6B6. Windows color (decimal): -6702600 or 16300441. OLE color: 16300441.

HSL color Cylindrical-coordinate representation of color #99B9F8: hue angle of 219.79º 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 #99B9F8 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB153185248-
CMYK0.380.2500.03
HSL219.79º87.16%78.63%-
HSV(B)219.79º38.31%97.25%-
XYZ47.4348.2595.62-
YUV182.61164.9106.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.11%
GREEN value IS 185 (72.66% from 255) = 31.57%
BLUE value IS 248 (97.27% from 255) = 42.32%
R=26.11%
G=31.57%
B=42.32%

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
Decimal1531852480.380.2500.03219.7987.1678.63
Hex99B9F8261903dc574f
Octal231271370463103334127117
Binary100110011011100111111000100110110010111101110010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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