#2FCCEC

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

Shades of Summer Sky #2FCCEC

Tints of Summer Sky #2FCCEC

Color information

#2FCCEC (or 0x2FCCEC) is unknown color: approx Summer Sky. HEX triplet: 2F, CC and EC. RGB value is (47,204,236). Sum of RGB (Red+Green+Blue) = 47+204+236=487 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.65% from 487); Green value is 204 (80.08% from 255 or 41.89% 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 #2FCCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCCEC is #D03313. Grayscale: #A0A0A0. Windows color (decimal): -13644564 or 15518767. OLE color: 15518767.

HSL color Cylindrical-coordinate representation of color #2FCCEC: hue angle of 190.16º 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 #2FCCEC is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB47204236-
CMYK0.800.1400.07
HSL190.16º83.26%55.49%-
HSV(B)190.16º80.08%92.55%-
XYZ37.9149.8586.98-
YUV160.7170.4946.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.65%
GREEN value IS 204 (80.08% from 255) = 41.89%
BLUE value IS 236 (92.58% from 255) = 48.46%
R=9.65%
G=41.89%
B=48.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal472042360.800.1400.07190.1683.2655.49
Hex2FCCEC50E07be5337
Octal57314354120160727612367
Binary1011111100110011101100101000011100111101111101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FCCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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