#45A5EB

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

Shades of Summer Sky #45A5EB

Tints of Summer Sky #45A5EB

Color information

#45A5EB (or 0x45A5EB) is unknown color: approx Summer Sky. HEX triplet: 45, A5 and EB. RGB value is (69,165,235). Sum of RGB (Red+Green+Blue) = 69+165+235=469 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.71% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #45A5EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45A5EB is #BA5A14. Grayscale: #8F8F8F. Windows color (decimal): -12212757 or 15443269. OLE color: 15443269.

HSL color Cylindrical-coordinate representation of color #45A5EB: hue angle of 205.3º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45A5EB is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB69165235-
CMYK0.710.3000.08
HSL205.3º80.58%59.61%-
HSV(B)205.3º70.64%92.16%-
XYZ30.934.1783.56-
YUV144.28179.274.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.71%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 235 (92.19% from 255) = 50.11%
R=14.71%
G=35.18%
B=50.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal691652350.710.3000.08205.380.5859.61
Hex45A5EB471E08cd513c
Octal1052453531073601031512174
Binary1000101101001011110101110001111111001000110011011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,165,235); }

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

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

 a { background-color: rgb(69,165,235); }

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

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

 span { border-color: rgb(69,165,235); }

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