#45AEE2

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

Shades of Summer Sky #45AEE2

Tints of Summer Sky #45AEE2

Color information

#45AEE2 (or 0x45AEE2) is unknown color: approx Summer Sky. HEX triplet: 45, AE and E2. RGB value is (69,174,226). Sum of RGB (Red+Green+Blue) = 69+174+226=469 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.71% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 226 - color contains mainly: blue. Hex color #45AEE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45AEE2 is #BA511D. Grayscale: #949494. Windows color (decimal): -12210462 or 14855749. OLE color: 14855749.

HSL color Cylindrical-coordinate representation of color #45AEE2: hue angle of 199.87º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45AEE2 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB69174226-
CMYK0.690.2300.11
HSL199.87º73.02%57.84%-
HSV(B)199.87º69.47%88.63%-
XYZ31.3237.0377.45-
YUV148.53171.7171.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.71%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 226 (88.67% from 255) = 48.19%
R=14.71%
G=37.10%
B=48.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal691742260.690.2300.11199.8773.0257.84
Hex45AEE245170Bc8493a
Octal1052563421052701331011172
Binary1000101101011101110001010001011011101011110010001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45AEE2; }

 p { color: rgb(69,174,226); }

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

<style>
 a { background-color: #45AEE2; }

 a { background-color: rgb(69,174,226); }

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

<style>
 span { border-color: #45AEE2; }

 span { border-color: rgb(69,174,226); }

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