#99B0F0

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

Shades of Perano #99B0F0

Tints of Perano #99B0F0

Color information

#99B0F0 (or 0x99B0F0) is unknown color: approx Perano. HEX triplet: 99, B0 and F0. RGB value is (153,176,240). Sum of RGB (Red+Green+Blue) = 153+176+240=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #99B0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B0F0 is #664F0F. Grayscale: #B0B0B0. Windows color (decimal): -6704912 or 15773849. OLE color: 15773849.

HSL color Cylindrical-coordinate representation of color #99B0F0: hue angle of 224.14º 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 #99B0F0 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153176240-
CMYK0.360.2700.06
HSL224.14º74.36%77.06%-
HSV(B)224.14º36.25%94.12%-
XYZ44.3944.1188.61-
YUV176.42163.88111.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.89%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=26.89%
G=30.93%
B=42.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531762400.360.2700.06224.1474.3677.06
Hex99B0F0241B06e04a4d
Octal231260360443306340112115
Binary1001100110110000111100001001001101101101110000010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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