#2FC6E5

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

Shades of Summer Sky #2FC6E5

Tints of Summer Sky #2FC6E5

Color information

#2FC6E5 (or 0x2FC6E5) is unknown color: approx Summer Sky. HEX triplet: 2F, C6 and E5. RGB value is (47,198,229). Sum of RGB (Red+Green+Blue) = 47+198+229=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #2FC6E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC6E5 is #D0391A. Grayscale: #9C9C9C. Windows color (decimal): -13646107 or 15058479. OLE color: 15058479.

HSL color Cylindrical-coordinate representation of color #2FC6E5: hue angle of 190.22º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FC6E5 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB47198229-
CMYK0.790.1400.10
HSL190.22º77.78%54.12%-
HSV(B)190.22º79.48%89.8%-
XYZ35.5146.6581.26-
YUV156.38168.9749.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.92%
GREEN value IS 198 (77.73% from 255) = 41.77%
BLUE value IS 229 (89.84% from 255) = 48.31%
R=9.92%
G=41.77%
B=48.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal471982290.790.1400.10190.2277.7854.12
Hex2FC6E54FE0Abe4e36
Octal573063451171601227611666
Binary10111111000110111001011001111111001010101111101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,198,229); }

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

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

 a { background-color: rgb(47,198,229); }

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

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

 span { border-color: rgb(47,198,229); }

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