#99AEFF

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

Shades of Perano #99AEFF

Tints of Perano #99AEFF

Color information

#99AEFF (or 0x99AEFF) is unknown color: approx Perano. HEX triplet: 99, AE and FF. RGB value is (153,174,255). Sum of RGB (Red+Green+Blue) = 153+174+255=582 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.29% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #99AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AEFF is #665100. Grayscale: #B0B0B0. Windows color (decimal): -6705409 or 16756377. OLE color: 16756377.

HSL color Cylindrical-coordinate representation of color #99AEFF: hue angle of 227.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99AEFF is Cyan = 0.4, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB153174255-
CMYK0.40.3200
HSL227.65º100%80%-
HSV(B)227.65º40%100%-
XYZ46.3244.26100.71-
YUV176.96172.04110.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.29%
GREEN value IS 174 (68.36% from 255) = 29.90%
BLUE value IS 255 (100% from 255) = 43.81%
R=26.29%
G=29.90%
B=43.81%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531742550.40.3200227.6510080
Hex99AEFF282000e46450
Octal231256377504000344144120
Binary100110011010111011111111101000100000001110010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,174,255); }

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

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

 a { background-color: rgb(153,174,255); }

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

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

 span { border-color: rgb(153,174,255); }

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