#2FCEEE

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

Shades of Summer Sky #2FCEEE

Tints of Summer Sky #2FCEEE

Color information

#2FCEEE (or 0x2FCEEE) is unknown color: approx Summer Sky. HEX triplet: 2F, CE and EE. RGB value is (47,206,238). Sum of RGB (Red+Green+Blue) = 47+206+238=491 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.57% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FCEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCEEE is #D03111. Grayscale: #A1A1A1. Windows color (decimal): -13644050 or 15650351. OLE color: 15650351.

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

Color convert

RGB47206238-
CMYK0.800.1300.07
HSL190.05º84.89%55.88%-
HSV(B)190.05º80.25%93.33%-
XYZ38.6850.9288.68-
YUV162.11170.8245.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.57%
GREEN value IS 206 (80.86% from 255) = 41.96%
BLUE value IS 238 (93.36% from 255) = 48.47%
R=9.57%
G=41.96%
B=48.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal472062380.800.1300.07190.0584.8955.88
Hex2FCEEE50D07be5538
Octal57316356120150727612570
Binary1011111100111011101110101000011010111101111101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FCEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,206,238); }

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

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

 a { background-color: rgb(47,206,238); }

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

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

 span { border-color: rgb(47,206,238); }

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