#99A7EB

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

Shades of Perano #99A7EB

Tints of Perano #99A7EB

Color information

#99A7EB (or 0x99A7EB) is unknown color: approx Perano. HEX triplet: 99, A7 and EB. RGB value is (153,167,235). Sum of RGB (Red+Green+Blue) = 153+167+235=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #99A7EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A7EB is #665814. Grayscale: #AAAAAA. Windows color (decimal): -6707221 or 15443865. OLE color: 15443865.

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

Color convert

RGB153167235-
CMYK0.350.2900.08
HSL229.76º67.21%76.08%-
HSV(B)229.76º34.89%92.16%-
XYZ41.9540.4184.19-
YUV170.57164.36115.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.57%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=27.57%
G=30.09%
B=42.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531672350.350.2900.08229.7667.2176.08
Hex99A7EB231D08e6434c
Octal2312473534335010346103114
Binary10011001101001111110101110001111101010001110011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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