#2FC6E0

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

Shades of Summer Sky #2FC6E0

Tints of Summer Sky #2FC6E0

Color information

#2FC6E0 (or 0x2FC6E0) is unknown color: approx Summer Sky. HEX triplet: 2F, C6 and E0. RGB value is (47,198,224). Sum of RGB (Red+Green+Blue) = 47+198+224=469 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10.02% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #2FC6E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC6E0 is #D0391F. Grayscale: #9B9B9B. Windows color (decimal): -13646112 or 14730799. OLE color: 14730799.

HSL color Cylindrical-coordinate representation of color #2FC6E0: hue angle of 188.81º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FC6E0 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB47198224-
CMYK0.790.1200.12
HSL188.81º74.06%53.14%-
HSV(B)188.81º79.02%87.84%-
XYZ34.8246.3777.64-
YUV155.82166.4750.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.02%
GREEN value IS 198 (77.73% from 255) = 42.22%
BLUE value IS 224 (87.89% from 255) = 47.76%
R=10.02%
G=42.22%
B=47.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal471982240.790.1200.12188.8174.0653.14
Hex2FC6E04FC0Cbd4a35
Octal573063401171401427511265
Binary10111111000110111000001001111110001100101111011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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