#3FA5E6

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

Shades of Summer Sky #3FA5E6

Tints of Summer Sky #3FA5E6

Color information

#3FA5E6 (or 0x3FA5E6) is unknown color: approx Summer Sky. HEX triplet: 3F, A5 and E6. RGB value is (63,165,230). Sum of RGB (Red+Green+Blue) = 63+165+230=458 (60% of max value = 765). Red value is 63 (25% from 255 or 13.76% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #3FA5E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FA5E6 is #C05A19. Grayscale: #8D8D8D. Windows color (decimal): -12605978 or 15115583. OLE color: 15115583.

HSL color Cylindrical-coordinate representation of color #3FA5E6: hue angle of 203.35º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FA5E6 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB63165230-
CMYK0.730.2800.10
HSL203.35º76.96%57.45%-
HSV(B)203.35º72.61%90.2%-
XYZ29.7933.6879.79-
YUV141.91177.7171.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.76%
GREEN value IS 165 (64.84% from 255) = 36.03%
BLUE value IS 230 (90.23% from 255) = 50.22%
R=13.76%
G=36.03%
B=50.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal631652300.730.2800.10203.3576.9657.45
Hex3FA5E6491C0Acb4d39
Octal772453461113401231311571
Binary111111101001011110011010010011110001010110010111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,165,230); }

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

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

 a { background-color: rgb(63,165,230); }

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

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

 span { border-color: rgb(63,165,230); }

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