#99A7EC

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

Shades of Perano #99A7EC

Tints of Perano #99A7EC

Color information

#99A7EC (or 0x99A7EC) is unknown color: approx Perano. HEX triplet: 99, A7 and EC. RGB value is (153,167,236). Sum of RGB (Red+Green+Blue) = 153+167+236=556 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.52% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #99A7EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A7EC is #665813. Grayscale: #AAAAAA. Windows color (decimal): -6707220 or 15509401. OLE color: 15509401.

HSL color Cylindrical-coordinate representation of color #99A7EC: hue angle of 229.88º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99A7EC is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153167236-
CMYK0.350.2900.07
HSL229.88º68.6%76.27%-
HSV(B)229.88º35.17%92.55%-
XYZ42.140.4784.95-
YUV170.68164.86115.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.52%
GREEN value IS 167 (65.62% from 255) = 30.04%
BLUE value IS 236 (92.58% from 255) = 42.45%
R=27.52%
G=30.04%
B=42.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531672360.350.2900.07229.8868.676.27
Hex99A7EC231D07e6454c
Octal231247354433507346105114
Binary1001100110100111111011001000111110101111110011010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,167,236); }

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

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

 a { background-color: rgb(153,167,236); }

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

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

 span { border-color: rgb(153,167,236); }

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