#99AFE3

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

Shades of Perano #99AFE3

Tints of Perano #99AFE3

Color information

#99AFE3 (or 0x99AFE3) is unknown color: approx Perano. HEX triplet: 99, AF and E3. RGB value is (153,175,227). Sum of RGB (Red+Green+Blue) = 153+175+227=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #99AFE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFE3 is #66501C. Grayscale: #AEAEAE. Windows color (decimal): -6705181 or 14921625. OLE color: 14921625.

HSL color Cylindrical-coordinate representation of color #99AFE3: hue angle of 222.16º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99AFE3 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB153175227-
CMYK0.330.2300.11
HSL222.16º56.92%74.51%-
HSV(B)222.16º32.6%89.02%-
XYZ42.3342.9878.74-
YUV174.35157.71112.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.57%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 227 (89.06% from 255) = 40.90%
R=27.57%
G=31.53%
B=40.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1531752270.330.2300.11222.1656.9274.51
Hex99AFE321170Bde394b
Octal231257343412701333671113
Binary1001100110101111111000111000011011101011110111101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,175,227); }

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

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

 a { background-color: rgb(153,175,227); }

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

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

 span { border-color: rgb(153,175,227); }

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