#3BC0E0

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

Shades of Summer Sky #3BC0E0

Tints of Summer Sky #3BC0E0

Color information

#3BC0E0 (or 0x3BC0E0) is unknown color: approx Summer Sky. HEX triplet: 3B, C0 and E0. RGB value is (59,192,224). Sum of RGB (Red+Green+Blue) = 59+192+224=475 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.42% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #3BC0E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC0E0 is #C43F1F. Grayscale: #9B9B9B. Windows color (decimal): -12861216 or 14729275. OLE color: 14729275.

HSL color Cylindrical-coordinate representation of color #3BC0E0: hue angle of 191.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BC0E0 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB59192224-
CMYK0.740.1400.12
HSL191.64º72.69%55.49%-
HSV(B)191.64º73.66%87.84%-
XYZ34.1144.0177.22-
YUV155.88166.4458.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.42%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 224 (87.89% from 255) = 47.16%
R=12.42%
G=40.42%
B=47.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal591922240.740.1400.12191.6472.6955.49
Hex3BC0E04AE0Cc04937
Octal733003401121601430011167
Binary11101111000000111000001001010111001100110000001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,192,224); }

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

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

 a { background-color: rgb(59,192,224); }

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

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

 span { border-color: rgb(59,192,224); }

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