#99B9F0

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

Shades of Perano #99B9F0

Tints of Perano #99B9F0

Color information

#99B9F0 (or 0x99B9F0) is unknown color: approx Perano. HEX triplet: 99, B9 and F0. RGB value is (153,185,240). Sum of RGB (Red+Green+Blue) = 153+185+240=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #99B9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B9F0 is #66460F. Grayscale: #B5B5B5. Windows color (decimal): -6702608 or 15776153. OLE color: 15776153.

HSL color Cylindrical-coordinate representation of color #99B9F0: hue angle of 217.93º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99B9F0 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153185240-
CMYK0.360.2300.06
HSL217.93º74.36%77.06%-
HSV(B)217.93º36.25%94.12%-
XYZ46.2147.7689.22-
YUV181.7160.9107.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.47%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 240 (94.14% from 255) = 41.52%
R=26.47%
G=32.01%
B=41.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531852400.360.2300.06217.9374.3677.06
Hex99B9F0241706da4a4d
Octal231271360442706332112115
Binary1001100110111001111100001001001011101101101101010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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