#3DA8F8

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

Shades of Summer Sky #3DA8F8

Tints of Summer Sky #3DA8F8

Color information

#3DA8F8 (or 0x3DA8F8) is unknown color: approx Summer Sky. HEX triplet: 3D, A8 and F8. RGB value is (61,168,248). Sum of RGB (Red+Green+Blue) = 61+168+248=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #3DA8F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA8F8 is #C25707. Grayscale: #909090. Windows color (decimal): -12736264 or 16295997. OLE color: 16295997.

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

Color convert

RGB61168248-
CMYK0.750.3200.03
HSL205.67º93.03%60.59%-
HSV(B)205.67º75.4%97.25%-
XYZ32.8735.7793.98-
YUV145.13186.0568-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.79%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 248 (97.27% from 255) = 51.99%
R=12.79%
G=35.22%
B=51.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal611682480.750.3200.03205.6793.0360.59
Hex3DA8F84B2003ce5d3d
Octal75250370113400331613575
Binary11110110101000111110001001011100000011110011101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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