#3FAED1

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

Shades of Summer Sky #3FAED1

Tints of Summer Sky #3FAED1

Color information

#3FAED1 (or 0x3FAED1) is unknown color: approx Summer Sky. HEX triplet: 3F, AE and D1. RGB value is (63,174,209). Sum of RGB (Red+Green+Blue) = 63+174+209=446 (59% of max value = 765). Red value is 63 (25% from 255 or 14.13% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #3FAED1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAED1 is #C0512E. Grayscale: #909090. Windows color (decimal): -12603695 or 13741631. OLE color: 13741631.

HSL color Cylindrical-coordinate representation of color #3FAED1: hue angle of 194.38º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FAED1 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB63174209-
CMYK0.700.1700.18
HSL194.38º61.34%53.33%-
HSV(B)194.38º69.86%81.96%-
XYZ28.6935.9365.74-
YUV144.8164.2369.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.13%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 209 (82.03% from 255) = 46.86%
R=14.13%
G=39.01%
B=46.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal631742090.700.1700.18194.3861.3453.33
Hex3FAED14611012c23d35
Octal77256321106210223027565
Binary111111101011101101000110001101000101001011000010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,174,209); }

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

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

 a { background-color: rgb(63,174,209); }

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

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

 span { border-color: rgb(63,174,209); }

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