#3FC2FC

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

Shades of Summer Sky #3FC2FC

Tints of Summer Sky #3FC2FC

Color information

#3FC2FC (or 0x3FC2FC) is unknown color: approx Summer Sky. HEX triplet: 3F, C2 and FC. RGB value is (63,194,252). Sum of RGB (Red+Green+Blue) = 63+194+252=509 (67% of max value = 765). Red value is 63 (25% from 255 or 12.38% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FC2FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FC2FC is #C03D03. Grayscale: #A1A1A1. Windows color (decimal): -12598532 or 16564799. OLE color: 16564799.

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

Color convert

RGB63194252-
CMYK0.750.2300.01
HSL198.41º96.92%61.76%-
HSV(B)198.41º75%98.82%-
XYZ38.9146.6799.05-
YUV161.44179.157.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.38%
GREEN value IS 194 (76.17% from 255) = 38.11%
BLUE value IS 252 (98.83% from 255) = 49.51%
R=12.38%
G=38.11%
B=49.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal631942520.750.2300.01198.4196.9261.76
Hex3FC2FC4B1701c6613e
Octal77302374113270130614176
Binary111111110000101111110010010111011101110001101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,194,252); }

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

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

 a { background-color: rgb(63,194,252); }

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

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

 span { border-color: rgb(63,194,252); }

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