#3DD3F5

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

Shades of Summer Sky #3DD3F5

Tints of Summer Sky #3DD3F5

Color information

#3DD3F5 (or 0x3DD3F5) is unknown color: approx Summer Sky. HEX triplet: 3D, D3 and F5. RGB value is (61,211,245). Sum of RGB (Red+Green+Blue) = 61+211+245=517 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.80% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #3DD3F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD3F5 is #C22C0A. Grayscale: #A9A9A9. Windows color (decimal): -12725259 or 16110397. OLE color: 16110397.

HSL color Cylindrical-coordinate representation of color #3DD3F5: hue angle of 191.09º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DD3F5 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB61211245-
CMYK0.750.1400.04
HSL191.09º90.2%60%-
HSV(B)191.09º75.1%96.08%-
XYZ41.754.1794.64-
YUV170.03170.350.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.80%
GREEN value IS 211 (82.81% from 255) = 40.81%
BLUE value IS 245 (96.09% from 255) = 47.39%
R=11.80%
G=40.81%
B=47.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal612112450.750.1400.04191.0990.260
Hex3DD3F54BE04bf5a3c
Octal75323365113160427713274
Binary1111011101001111110101100101111100100101111111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,211,245); }

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

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

 a { background-color: rgb(61,211,245); }

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

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

 span { border-color: rgb(61,211,245); }

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