#45AEDF

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

Shades of Summer Sky #45AEDF

Tints of Summer Sky #45AEDF

Color information

#45AEDF (or 0x45AEDF) is unknown color: approx Summer Sky. HEX triplet: 45, AE and DF. RGB value is (69,174,223). Sum of RGB (Red+Green+Blue) = 69+174+223=466 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.81% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #45AEDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45AEDF is #BA5120. Grayscale: #939393. Windows color (decimal): -12210465 or 14659141. OLE color: 14659141.

HSL color Cylindrical-coordinate representation of color #45AEDF: hue angle of 199.09º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45AEDF is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB69174223-
CMYK0.690.2200.13
HSL199.09º70.64%57.25%-
HSV(B)199.09º69.06%87.45%-
XYZ30.9136.8775.3-
YUV148.19170.2171.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.81%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 223 (87.5% from 255) = 47.85%
R=14.81%
G=37.34%
B=47.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal691742230.690.2200.13199.0970.6457.25
Hex45AEDF45160Dc74739
Octal1052563371052601530710771
Binary1000101101011101101111110001011011001101110001111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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