#3BC6F8

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

Shades of Summer Sky #3BC6F8

Tints of Summer Sky #3BC6F8

Color information

#3BC6F8 (or 0x3BC6F8) is unknown color: approx Summer Sky. HEX triplet: 3B, C6 and F8. RGB value is (59,198,248). Sum of RGB (Red+Green+Blue) = 59+198+248=505 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.68% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #3BC6F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BC6F8 is #C43907. Grayscale: #A1A1A1. Windows color (decimal): -12859656 or 16303675. OLE color: 16303675.

HSL color Cylindrical-coordinate representation of color #3BC6F8: hue angle of 195.87º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BC6F8 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB59198248-
CMYK0.760.2000.03
HSL195.87º93.1%60.2%-
HSV(B)195.87º76.21%97.25%-
XYZ38.9448.196.04-
YUV162.14176.4554.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.68%
GREEN value IS 198 (77.73% from 255) = 39.21%
BLUE value IS 248 (97.27% from 255) = 49.11%
R=11.68%
G=39.21%
B=49.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal591982480.760.2000.03195.8793.160.2
Hex3BC6F84C1403c45d3c
Octal73306370114240330413574
Binary1110111100011011111000100110010100011110001001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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