#99B0F9

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

Shades of Perano #99B0F9

Tints of Perano #99B0F9

Color information

#99B0F9 (or 0x99B0F9) is unknown color: approx Perano. HEX triplet: 99, B0 and F9. RGB value is (153,176,249). Sum of RGB (Red+Green+Blue) = 153+176+249=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #99B0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B0F9 is #664F06. Grayscale: #B1B1B1. Windows color (decimal): -6704903 or 16363673. OLE color: 16363673.

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

Color convert

RGB153176249-
CMYK0.390.2900.02
HSL225.62º88.89%78.82%-
HSV(B)225.62º38.55%97.65%-
XYZ45.7644.6695.83-
YUV177.44168.38110.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.47%
GREEN value IS 176 (69.14% from 255) = 30.45%
BLUE value IS 249 (97.66% from 255) = 43.08%
R=26.47%
G=30.45%
B=43.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531762490.390.2900.02225.6288.8978.82
Hex99B0F9271D02e2594f
Octal231260371473502342131117
Binary100110011011000011111001100111111010101110001010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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