#2FD0EC

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

Shades of Summer Sky #2FD0EC

Tints of Summer Sky #2FD0EC

Color information

#2FD0EC (or 0x2FD0EC) is unknown color: approx Summer Sky. HEX triplet: 2F, D0 and EC. RGB value is (47,208,236). Sum of RGB (Red+Green+Blue) = 47+208+236=491 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.57% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FD0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FD0EC is #D02F13. Grayscale: #A2A2A2. Windows color (decimal): -13643540 or 15519791. OLE color: 15519791.

HSL color Cylindrical-coordinate representation of color #2FD0EC: hue angle of 188.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FD0EC is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB47208236-
CMYK0.800.1200.07
HSL188.89º83.26%55.49%-
HSV(B)188.89º80.08%92.55%-
XYZ38.8751.7787.3-
YUV163.05169.1645.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.57%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 236 (92.58% from 255) = 48.07%
R=9.57%
G=42.36%
B=48.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal472082360.800.1200.07188.8983.2655.49
Hex2FD0EC50C07bd5337
Octal57320354120140727512367
Binary1011111101000011101100101000011000111101111011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,208,236); }

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

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

 a { background-color: rgb(47,208,236); }

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

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

 span { border-color: rgb(47,208,236); }

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