#2dd0e9

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

Shades of Summer Sky #2DD0E9

Tints of Summer Sky #2DD0E9

Color information

#2DD0E9 (or 0x2DD0E9) is unknown color: approx Summer Sky. HEX triplet: 2D, D0 and E9. RGB value is (45,208,233). Sum of RGB (Red+Green+Blue) = 45+208+233=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #2DD0E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DD0E9 is #D22F16. Grayscale: #A1A1A1. Windows color (decimal): -13774615 or 15323181. OLE color: 15323181.

HSL color Cylindrical-coordinate representation of color #2DD0E9: hue angle of 187.98º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DD0E9 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB45208233-
CMYK0.810.1100.09
HSL187.98º81.03%54.51%-
HSV(B)187.98º80.69%91.37%-
XYZ38.3551.5585.02-
YUV162.1116844.47-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.26%
GREEN value IS 208 (81.64% from 255) = 42.80%
BLUE value IS 233 (91.41% from 255) = 47.94%
R=9.26%
G=42.80%
B=47.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal452082330.810.1100.09187.9881.0354.51
Hex2DD0E951B09bc5137
Octal553203511211301127412167
Binary10110111010000111010011010001101101001101111001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dd0e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,208,233); }

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

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

 a { background-color: rgb(45,208,233); }

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

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

 span { border-color: rgb(45,208,233); }

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