#3FA1D5

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

Shades of Summer Sky #3FA1D5

Tints of Summer Sky #3FA1D5

Color information

#3FA1D5 (or 0x3FA1D5) is unknown color: approx Summer Sky. HEX triplet: 3F, A1 and D5. RGB value is (63,161,213). Sum of RGB (Red+Green+Blue) = 63+161+213=437 (57% of max value = 765). Red value is 63 (25% from 255 or 14.42% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #3FA1D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA1D5 is #C05E2A. Grayscale: #898989. Windows color (decimal): -12607019 or 14000447. OLE color: 14000447.

HSL color Cylindrical-coordinate representation of color #3FA1D5: hue angle of 200.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FA1D5 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB63161213-
CMYK0.700.2400.16
HSL200.8º64.1%54.12%-
HSV(B)200.8º70.42%83.53%-
XYZ26.8131.3567.59-
YUV137.63170.5374.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.42%
GREEN value IS 161 (63.28% from 255) = 36.84%
BLUE value IS 213 (83.59% from 255) = 48.74%
R=14.42%
G=36.84%
B=48.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal631612130.700.2400.16200.864.154.12
Hex3FA1D54618010c94036
Octal772413251063002031110066
Binary1111111010000111010101100011011000010000110010011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,161,213); }

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

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

 a { background-color: rgb(63,161,213); }

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

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

 span { border-color: rgb(63,161,213); }

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