#3FB5F6

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

Shades of Summer Sky #3FB5F6

Tints of Summer Sky #3FB5F6

Color information

#3FB5F6 (or 0x3FB5F6) is unknown color: approx Summer Sky. HEX triplet: 3F, B5 and F6. RGB value is (63,181,246). Sum of RGB (Red+Green+Blue) = 63+181+246=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #3FB5F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FB5F6 is #C04A09. Grayscale: #989898. Windows color (decimal): -12601866 or 16168255. OLE color: 16168255.

HSL color Cylindrical-coordinate representation of color #3FB5F6: hue angle of 201.31º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FB5F6 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB63181246-
CMYK0.740.2600.04
HSL201.31º91.04%60.59%-
HSV(B)201.31º74.39%96.47%-
XYZ35.2140.7693.2-
YUV153.13180.4163.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.86%
GREEN value IS 181 (71.09% from 255) = 36.94%
BLUE value IS 246 (96.48% from 255) = 50.20%
R=12.86%
G=36.94%
B=50.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal631812460.740.2600.04201.3191.0460.59
Hex3FB5F64A1A04c95b3d
Octal77265366112320431113375
Binary11111110110101111101101001010110100100110010011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,181,246); }

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

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

 a { background-color: rgb(63,181,246); }

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

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

 span { border-color: rgb(63,181,246); }

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