#3DC3F8

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

Shades of Summer Sky #3DC3F8

Tints of Summer Sky #3DC3F8

Color information

#3DC3F8 (or 0x3DC3F8) is unknown color: approx Summer Sky. HEX triplet: 3D, C3 and F8. RGB value is (61,195,248). Sum of RGB (Red+Green+Blue) = 61+195+248=504 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.10% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #3DC3F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DC3F8 is #C23C07. Grayscale: #A0A0A0. Windows color (decimal): -12729352 or 16302909. OLE color: 16302909.

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

Color convert

RGB61195248-
CMYK0.750.2100.03
HSL197.01º93.03%60.59%-
HSV(B)197.01º75.4%97.25%-
XYZ38.3846.895.82-
YUV160.98177.1156.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.10%
GREEN value IS 195 (76.56% from 255) = 38.69%
BLUE value IS 248 (97.27% from 255) = 49.21%
R=12.10%
G=38.69%
B=49.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal611952480.750.2100.03197.0193.0360.59
Hex3DC3F84B1503c55d3d
Octal75303370113250330513575
Binary1111011100001111111000100101110101011110001011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,195,248); }

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

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

 a { background-color: rgb(61,195,248); }

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

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

 span { border-color: rgb(61,195,248); }

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