#2AD1EC

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

Shades of Summer Sky #2AD1EC

Tints of Summer Sky #2AD1EC

Color information

#2AD1EC (or 0x2AD1EC) is unknown color: approx Summer Sky. HEX triplet: 2A, D1 and EC. RGB value is (42,209,236). Sum of RGB (Red+Green+Blue) = 42+209+236=487 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.62% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #2AD1EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD1EC is #D52E13. Grayscale: #A1A1A1. Windows color (decimal): -13970964 or 15520042. OLE color: 15520042.

HSL color Cylindrical-coordinate representation of color #2AD1EC: hue angle of 188.35º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AD1EC is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB42209236-
CMYK0.820.1100.07
HSL188.35º83.62%54.51%-
HSV(B)188.35º82.2%92.55%-
XYZ38.952.1587.37-
YUV162.14169.6742.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.62%
GREEN value IS 209 (82.03% from 255) = 42.92%
BLUE value IS 236 (92.58% from 255) = 48.46%
R=8.62%
G=42.92%
B=48.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal422092360.820.1100.07188.3583.6254.51
Hex2AD1EC52B07bc5437
Octal52321354122130727412467
Binary1010101101000111101100101001010110111101111001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AD1EC; }

 p { color: rgb(42,209,236); }

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

<style>
 a { background-color: #2AD1EC; }

 a { background-color: rgb(42,209,236); }

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

<style>
 span { border-color: #2AD1EC; }

 span { border-color: rgb(42,209,236); }

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