#2FC6EB

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

Shades of Summer Sky #2FC6EB

Tints of Summer Sky #2FC6EB

Color information

#2FC6EB (or 0x2FC6EB) is unknown color: approx Summer Sky. HEX triplet: 2F, C6 and EB. RGB value is (47,198,235). Sum of RGB (Red+Green+Blue) = 47+198+235=480 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.79% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FC6EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FC6EB is #D03914. Grayscale: #9C9C9C. Windows color (decimal): -13646101 or 15451695. OLE color: 15451695.

HSL color Cylindrical-coordinate representation of color #2FC6EB: hue angle of 191.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FC6EB is Cyan = 0.8, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB47198235-
CMYK0.80.1600.08
HSL191.81º82.46%55.29%-
HSV(B)191.81º80%92.16%-
XYZ36.3646.9985.75-
YUV157.07171.9749.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.79%
GREEN value IS 198 (77.73% from 255) = 41.25%
BLUE value IS 235 (92.19% from 255) = 48.96%
R=9.79%
G=41.25%
B=48.96%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal471982350.80.1600.08191.8182.4655.29
Hex2FC6EB501008c05237
Octal573063531202001030012267
Binary101111110001101110101110100001000001000110000001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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