#3FC0E4

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

Shades of Summer Sky #3FC0E4

Tints of Summer Sky #3FC0E4

Color information

#3FC0E4 (or 0x3FC0E4) is unknown color: approx Summer Sky. HEX triplet: 3F, C0 and E4. RGB value is (63,192,228). Sum of RGB (Red+Green+Blue) = 63+192+228=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #3FC0E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC0E4 is #C03F1B. Grayscale: #9D9D9D. Windows color (decimal): -12599068 or 14991423. OLE color: 14991423.

HSL color Cylindrical-coordinate representation of color #3FC0E4: hue angle of 193.09º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FC0E4 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB63192228-
CMYK0.720.1600.11
HSL193.09º75.34%57.06%-
HSV(B)193.09º72.37%89.41%-
XYZ34.944.3680.12-
YUV157.53167.7660.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.04%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 228 (89.45% from 255) = 47.20%
R=13.04%
G=39.75%
B=47.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal631922280.720.1600.11193.0975.3457.06
Hex3FC0E448100Bc14b39
Octal773003441102001330111371
Binary111111110000001110010010010001000001011110000011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FC0E4; }

 p { color: rgb(63,192,228); }

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

<style>
 a { background-color: #3FC0E4; }

 a { background-color: rgb(63,192,228); }

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

<style>
 span { border-color: #3FC0E4; }

 span { border-color: rgb(63,192,228); }

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