#45A4E4

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

Shades of Summer Sky #45A4E4

Tints of Summer Sky #45A4E4

Color information

#45A4E4 (or 0x45A4E4) is unknown color: approx Summer Sky. HEX triplet: 45, A4 and E4. RGB value is (69,164,228). Sum of RGB (Red+Green+Blue) = 69+164+228=461 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.97% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #45A4E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45A4E4 is #BA5B1B. Grayscale: #8E8E8E. Windows color (decimal): -12213020 or 14984261. OLE color: 14984261.

HSL color Cylindrical-coordinate representation of color #45A4E4: hue angle of 204.15º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45A4E4 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB69164228-
CMYK0.700.2800.11
HSL204.15º74.65%58.24%-
HSV(B)204.15º69.74%89.41%-
XYZ29.7333.4278.28-
YUV142.89176.0375.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.97%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 228 (89.45% from 255) = 49.46%
R=14.97%
G=35.57%
B=49.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal691642280.700.2800.11204.1574.6558.24
Hex45A4E4461C0Bcc4b3a
Octal1052443441063401331411372
Binary1000101101001001110010010001101110001011110011001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,164,228); }

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

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

 a { background-color: rgb(69,164,228); }

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

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

 span { border-color: rgb(69,164,228); }

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