#3facff

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

Shades of Summer Sky #3FACFF

Tints of Summer Sky #3FACFF

Color information

#3FACFF (or 0x3FACFF) is unknown color: approx Summer Sky. HEX triplet: 3F, AC and FF. RGB value is (63,172,255). Sum of RGB (Red+Green+Blue) = 63+172+255=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FACFF is #C05300. Grayscale: #949494. Windows color (decimal): -12604161 or 16755775. OLE color: 16755775.

HSL color Cylindrical-coordinate representation of color #3FACFF: hue angle of 205.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FACFF is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB63172255-
CMYK0.750.3300
HSL205.94º100%62.35%-
HSV(B)205.94º75.29%100%-
XYZ34.8537.78100.06-
YUV148.87187.8966.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.86%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 255 (100% from 255) = 52.04%
R=12.86%
G=35.10%
B=52.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal631722550.750.3300205.9410062.35
Hex3FACFF4B2100ce643e
Octal77254377113410031614476
Binary1111111010110011111111100101110000100110011101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3facff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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