#3FC0EA

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

Shades of Summer Sky #3FC0EA

Tints of Summer Sky #3FC0EA

Color information

#3FC0EA (or 0x3FC0EA) is unknown color: approx Summer Sky. HEX triplet: 3F, C0 and EA. RGB value is (63,192,234). Sum of RGB (Red+Green+Blue) = 63+192+234=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #3FC0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FC0EA is #C03F15. Grayscale: #9D9D9D. Windows color (decimal): -12599062 or 15384639. OLE color: 15384639.

HSL color Cylindrical-coordinate representation of color #3FC0EA: hue angle of 194.74º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FC0EA is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB63192234-
CMYK0.730.1800.08
HSL194.74º80.28%58.24%-
HSV(B)194.74º73.08%91.76%-
XYZ35.7544.784.58-
YUV158.22170.7660.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.88%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 234 (91.80% from 255) = 47.85%
R=12.88%
G=39.26%
B=47.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal631922340.730.1800.08194.7480.2858.24
Hex3FC0EA491208c3503a
Octal773003521112201030312072
Binary111111110000001110101010010011001001000110000111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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