#3FACF1

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

Shades of Summer Sky #3FACF1

Tints of Summer Sky #3FACF1

Color information

#3FACF1 (or 0x3FACF1) is unknown color: approx Summer Sky. HEX triplet: 3F, AC and F1. RGB value is (63,172,241). Sum of RGB (Red+Green+Blue) = 63+172+241=476 (63% of max value = 765). Red value is 63 (25% from 255 or 13.24% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FACF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FACF1 is #C0530E. Grayscale: #929292. Windows color (decimal): -12604175 or 15838271. OLE color: 15838271.

HSL color Cylindrical-coordinate representation of color #3FACF1: hue angle of 203.26º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FACF1 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63172241-
CMYK0.740.2900.05
HSL203.26º86.41%59.61%-
HSV(B)203.26º73.86%94.51%-
XYZ32.6836.9188.62-
YUV147.28180.8967.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.24%
GREEN value IS 172 (67.58% from 255) = 36.13%
BLUE value IS 241 (94.53% from 255) = 50.63%
R=13.24%
G=36.13%
B=50.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal631722410.740.2900.05203.2686.4159.61
Hex3FACF14A1D05cb563c
Octal77254361112350531312674
Binary11111110101100111100011001010111010101110010111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,172,241); }

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

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

 a { background-color: rgb(63,172,241); }

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

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

 span { border-color: rgb(63,172,241); }

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