#45ACD4

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

Shades of Summer Sky #45ACD4

Tints of Summer Sky #45ACD4

Color information

#45ACD4 (or 0x45ACD4) is unknown color: approx Summer Sky. HEX triplet: 45, AC and D4. RGB value is (69,172,212). Sum of RGB (Red+Green+Blue) = 69+172+212=453 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.23% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #45ACD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45ACD4 is #BA532B. Grayscale: #919191. Windows color (decimal): -12210988 or 13937733. OLE color: 13937733.

HSL color Cylindrical-coordinate representation of color #45ACD4: hue angle of 196.78º 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 #45ACD4 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB69172212-
CMYK0.670.1900.17
HSL196.78º62.45%55.1%-
HSV(B)196.78º67.45%83.14%-
XYZ29.0935.5267.61-
YUV145.76165.3873.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.23%
GREEN value IS 172 (67.58% from 255) = 37.97%
BLUE value IS 212 (83.20% from 255) = 46.80%
R=15.23%
G=37.97%
B=46.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal691722120.670.1900.17196.7862.4555.1
Hex45ACD44313011c53e37
Octal105254324103230213057667
Binary1000101101011001101010010000111001101000111000101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45ACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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