#40AAFF

Color #40AAFF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #40AAFF

Tints of Summer Sky #40AAFF

Color information

#40AAFF (or 0x40AAFF) is unknown color: approx Summer Sky. HEX triplet: 40, AA and FF. RGB value is (64,170,255). Sum of RGB (Red+Green+Blue) = 64+170+255=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #40AAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AAFF is #BF5500. Grayscale: #939393. Windows color (decimal): -12539137 or 16755264. OLE color: 16755264.

HSL color Cylindrical-coordinate representation of color #40AAFF: hue angle of 206.7º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40AAFF is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB64170255-
CMYK0.750.3300
HSL206.7º100%62.55%-
HSV(B)206.7º74.9%100%-
XYZ34.5437.0699.94-
YUV148188.3868.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.09%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 255 (100% from 255) = 52.15%
R=13.09%
G=34.76%
B=52.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal641702550.750.3300206.710062.55
Hex40AAFF4B2100cf643f
Octal100252377113410031714477
Binary10000001010101011111111100101110000100110011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40AAFF; }

 p { color: rgb(64,170,255); }

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

<style>
 a { background-color: #40AAFF; }

 a { background-color: rgb(64,170,255); }

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

<style>
 span { border-color: #40AAFF; }

 span { border-color: rgb(64,170,255); }

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