#3DD0F1

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

Shades of Summer Sky #3DD0F1

Tints of Summer Sky #3DD0F1

Color information

#3DD0F1 (or 0x3DD0F1) is unknown color: approx Summer Sky. HEX triplet: 3D, D0 and F1. RGB value is (61,208,241). Sum of RGB (Red+Green+Blue) = 61+208+241=510 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.96% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #3DD0F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD0F1 is #C22F0E. Grayscale: #A7A7A7. Windows color (decimal): -12726031 or 15847485. OLE color: 15847485.

HSL color Cylindrical-coordinate representation of color #3DD0F1: hue angle of 191º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DD0F1 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB61208241-
CMYK0.750.1400.05
HSL191º86.54%59.22%-
HSV(B)191º74.69%94.51%-
XYZ40.3652.4591.22-
YUV167.81169.351.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.96%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 241 (94.53% from 255) = 47.25%
R=11.96%
G=40.78%
B=47.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal612082410.750.1400.0519186.5459.22
Hex3DD0F14BE05bf573b
Octal75320361113160527712773
Binary1111011101000011110001100101111100101101111111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,208,241); }

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

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

 a { background-color: rgb(61,208,241); }

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

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

 span { border-color: rgb(61,208,241); }

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