#3AD3F1

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

Shades of Summer Sky #3AD3F1

Tints of Summer Sky #3AD3F1

Color information

#3AD3F1 (or 0x3AD3F1) is unknown color: approx Summer Sky. HEX triplet: 3A, D3 and F1. RGB value is (58,211,241). Sum of RGB (Red+Green+Blue) = 58+211+241=510 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.37% from 510); Green value is 211 (82.81% from 255 or 41.37% 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 #3AD3F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD3F1 is #C52C0E. Grayscale: #A8A8A8. Windows color (decimal): -12921871 or 15848250. OLE color: 15848250.

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

Color convert

RGB58211241-
CMYK0.760.1200.05
HSL189.84º86.73%58.63%-
HSV(B)189.84º75.93%94.51%-
XYZ40.9253.8491.45-
YUV168.67168.8149.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.37%
GREEN value IS 211 (82.81% from 255) = 41.37%
BLUE value IS 241 (94.53% from 255) = 47.25%
R=11.37%
G=41.37%
B=47.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582112410.760.1200.05189.8486.7358.63
Hex3AD3F14CC05be573b
Octal72323361114140527612773
Binary1110101101001111110001100110011000101101111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,211,241); }

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

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

 a { background-color: rgb(58,211,241); }

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

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

 span { border-color: rgb(58,211,241); }

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