#3BC1DF

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

Shades of Summer Sky #3BC1DF

Tints of Summer Sky #3BC1DF

Color information

#3BC1DF (or 0x3BC1DF) is unknown color: approx Summer Sky. HEX triplet: 3B, C1 and DF. RGB value is (59,193,223). Sum of RGB (Red+Green+Blue) = 59+193+223=475 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.42% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BC1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC1DF is #C43E20. Grayscale: #9C9C9C. Windows color (decimal): -12860961 or 14663995. OLE color: 14663995.

HSL color Cylindrical-coordinate representation of color #3BC1DF: hue angle of 190.98º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BC1DF is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB59193223-
CMYK0.740.1300.13
HSL190.98º71.93%55.29%-
HSV(B)190.98º73.54%87.45%-
XYZ34.1944.476.58-
YUV156.35165.6158.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.42%
GREEN value IS 193 (75.78% from 255) = 40.63%
BLUE value IS 223 (87.5% from 255) = 46.95%
R=12.42%
G=40.63%
B=46.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal591932230.740.1300.13190.9871.9355.29
Hex3BC1DF4AD0Dbf4837
Octal733013371121501527711067
Binary11101111000001110111111001010110101101101111111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,193,223); }

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

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

 a { background-color: rgb(59,193,223); }

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

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

 span { border-color: rgb(59,193,223); }

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