#3BC6DC

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

Shades of Summer Sky #3BC6DC

Tints of Summer Sky #3BC6DC

Color information

#3BC6DC (or 0x3BC6DC) is unknown color: approx Summer Sky. HEX triplet: 3B, C6 and DC. RGB value is (59,198,220). Sum of RGB (Red+Green+Blue) = 59+198+220=477 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.37% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BC6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC6DC is #C43923. Grayscale: #9E9E9E. Windows color (decimal): -12859684 or 14468667. OLE color: 14468667.

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

Color convert

RGB59198220-
CMYK0.730.100.14
HSL188.2º69.7%54.71%-
HSV(B)188.2º73.18%86.27%-
XYZ34.9246.4974.84-
YUV158.95162.4556.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.37%
GREEN value IS 198 (77.73% from 255) = 41.51%
BLUE value IS 220 (86.33% from 255) = 46.12%
R=12.37%
G=41.51%
B=46.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal591982200.730.100.14188.269.754.71
Hex3BC6DC49A0Ebc4637
Octal733063341111201627410667
Binary11101111000110110111001001001101001110101111001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,198,220); }

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

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

 a { background-color: rgb(59,198,220); }

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

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

 span { border-color: rgb(59,198,220); }

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