#2FC1ED

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

Shades of Summer Sky #2FC1ED

Tints of Summer Sky #2FC1ED

Color information

#2FC1ED (or 0x2FC1ED) is unknown color: approx Summer Sky. HEX triplet: 2F, C1 and ED. RGB value is (47,193,237). Sum of RGB (Red+Green+Blue) = 47+193+237=477 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.85% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #2FC1ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FC1ED is #D03E12. Grayscale: #9A9A9A. Windows color (decimal): -13647379 or 15581487. OLE color: 15581487.

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

Color convert

RGB47193237-
CMYK0.800.1900.07
HSL193.89º84.07%55.69%-
HSV(B)193.89º80.17%92.94%-
XYZ35.5344.8686.91-
YUV154.36174.6351.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.85%
GREEN value IS 193 (75.78% from 255) = 40.46%
BLUE value IS 237 (92.97% from 255) = 49.69%
R=9.85%
G=40.46%
B=49.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal471932370.800.1900.07193.8984.0755.69
Hex2FC1ED501307c25438
Octal57301355120230730212470
Binary10111111000001111011011010000100110111110000101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,193,237); }

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

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

 a { background-color: rgb(47,193,237); }

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

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

 span { border-color: rgb(47,193,237); }

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