#2DCEED

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

Shades of Summer Sky #2DCEED

Tints of Summer Sky #2DCEED

Color information

#2DCEED (or 0x2DCEED) is unknown color: approx Summer Sky. HEX triplet: 2D, CE and ED. RGB value is (45,206,237). Sum of RGB (Red+Green+Blue) = 45+206+237=488 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.22% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #2DCEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCEED is #D23112. Grayscale: #A1A1A1. Windows color (decimal): -13775123 or 15584813. OLE color: 15584813.

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

Color convert

RGB45206237-
CMYK0.810.1300.07
HSL189.69º84.21%55.29%-
HSV(B)189.69º81.01%92.94%-
XYZ38.4450.8187.9-
YUV161.4170.6644.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.22%
GREEN value IS 206 (80.86% from 255) = 42.21%
BLUE value IS 237 (92.97% from 255) = 48.57%
R=9.22%
G=42.21%
B=48.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal452062370.810.1300.07189.6984.2155.29
Hex2DCEED51D07be5437
Octal55316355121150727612467
Binary1011011100111011101101101000111010111101111101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,206,237); }

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

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

 a { background-color: rgb(45,206,237); }

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

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

 span { border-color: rgb(45,206,237); }

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