#45A5D4

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

Shades of Summer Sky #45A5D4

Tints of Summer Sky #45A5D4

Color information

#45A5D4 (or 0x45A5D4) is unknown color: approx Summer Sky. HEX triplet: 45, A5 and D4. RGB value is (69,165,212). Sum of RGB (Red+Green+Blue) = 69+165+212=446 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.47% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 212 - color contains mainly: blue. Hex color #45A5D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45A5D4 is #BA5A2B. Grayscale: #8D8D8D. Windows color (decimal): -12212780 or 13935941. OLE color: 13935941.

HSL color Cylindrical-coordinate representation of color #45A5D4: hue angle of 199.72º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45A5D4 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB69165212-
CMYK0.670.2200.17
HSL199.72º62.45%55.1%-
HSV(B)199.72º67.45%83.14%-
XYZ27.7932.9367.18-
YUV141.65167.776.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.47%
GREEN value IS 165 (64.84% from 255) = 37.00%
BLUE value IS 212 (83.20% from 255) = 47.53%
R=15.47%
G=37.00%
B=47.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal691652120.670.2200.17199.7262.4555.1
Hex45A5D44316011c83e37
Octal105245324103260213107667
Binary1000101101001011101010010000111011001000111001000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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