#3FAEFA

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

Shades of Summer Sky #3FAEFA

Tints of Summer Sky #3FAEFA

Color information

#3FAEFA (or 0x3FAEFA) is unknown color: approx Summer Sky. HEX triplet: 3F, AE and FA. RGB value is (63,174,250). Sum of RGB (Red+Green+Blue) = 63+174+250=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #3FAEFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FAEFA is #C05105. Grayscale: #959595. Windows color (decimal): -12603654 or 16428607. OLE color: 16428607.

HSL color Cylindrical-coordinate representation of color #3FAEFA: hue angle of 204.39º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FAEFA is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB63174250-
CMYK0.750.3000.02
HSL204.39º94.92%61.37%-
HSV(B)204.39º74.8%98.04%-
XYZ34.4438.2396.01-
YUV149.48184.7366.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.94%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 250 (98.05% from 255) = 51.33%
R=12.94%
G=35.73%
B=51.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal631742500.750.3000.02204.3994.9261.37
Hex3FAEFA4B1E02cc5f3d
Octal77256372113360231413775
Binary1111111010111011111010100101111110010110011001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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