#3DC2F8

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

Shades of Summer Sky #3DC2F8

Tints of Summer Sky #3DC2F8

Color information

#3DC2F8 (or 0x3DC2F8) is unknown color: approx Summer Sky. HEX triplet: 3D, C2 and F8. RGB value is (61,194,248). Sum of RGB (Red+Green+Blue) = 61+194+248=503 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.13% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #3DC2F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DC2F8 is #C23D07. Grayscale: #A0A0A0. Windows color (decimal): -12729608 or 16302653. OLE color: 16302653.

HSL color Cylindrical-coordinate representation of color #3DC2F8: hue angle of 197.33º 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 #3DC2F8 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB61194248-
CMYK0.750.2200.03
HSL197.33º93.03%60.59%-
HSV(B)197.33º75.4%97.25%-
XYZ38.1646.3595.74-
YUV160.39177.4457.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.13%
GREEN value IS 194 (76.17% from 255) = 38.57%
BLUE value IS 248 (97.27% from 255) = 49.30%
R=12.13%
G=38.57%
B=49.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal611942480.750.2200.03197.3393.0360.59
Hex3DC2F84B1603c55d3d
Octal75302370113260330513575
Binary1111011100001011111000100101110110011110001011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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