#999FFE

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

Shades of Perano #999FFE

Tints of Perano #999FFE

Color information

#999FFE (or 0x999FFE) is unknown color: approx Perano. HEX triplet: 99, 9F and FE. RGB value is (153,159,254). Sum of RGB (Red+Green+Blue) = 153+159+254=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #999FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FFE is #666001. Grayscale: #A7A7A7. Windows color (decimal): -6709250 or 16687001. OLE color: 16687001.

HSL color Cylindrical-coordinate representation of color #999FFE: hue angle of 236.44º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #999FFE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153159254-
CMYK0.400.3700.00
HSL236.44º98.06%79.8%-
HSV(B)236.44º39.76%99.61%-
XYZ43.4238.7298.95-
YUV168.04176.51117.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.03%
GREEN value IS 159 (62.5% from 255) = 28.09%
BLUE value IS 254 (99.61% from 255) = 44.88%
R=27.03%
G=28.09%
B=44.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531592540.400.3700.00236.4498.0679.8
Hex999FFE282500ec6250
Octal231237376504500354142120
Binary100110011001111111111110101000100101001110110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999FFE; }

 p { color: rgb(153,159,254); }

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

<style>
 a { background-color: #999FFE; }

 a { background-color: rgb(153,159,254); }

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

<style>
 span { border-color: #999FFE; }

 span { border-color: rgb(153,159,254); }

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