#3FB6F6

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

Shades of Summer Sky #3FB6F6

Tints of Summer Sky #3FB6F6

Color information

#3FB6F6 (or 0x3FB6F6) is unknown color: approx Summer Sky. HEX triplet: 3F, B6 and F6. RGB value is (63,182,246). Sum of RGB (Red+Green+Blue) = 63+182+246=491 (65% of max value = 765). Red value is 63 (25% from 255 or 12.83% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #3FB6F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FB6F6 is #C04909. Grayscale: #999999. Windows color (decimal): -12601610 or 16168511. OLE color: 16168511.

HSL color Cylindrical-coordinate representation of color #3FB6F6: hue angle of 200.98º 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 #3FB6F6 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB63182246-
CMYK0.740.2600.04
HSL200.98º91.04%60.59%-
HSV(B)200.98º74.39%96.47%-
XYZ35.4141.1793.27-
YUV153.72180.0863.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.83%
GREEN value IS 182 (71.48% from 255) = 37.07%
BLUE value IS 246 (96.48% from 255) = 50.10%
R=12.83%
G=37.07%
B=50.10%

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
Decimal631822460.740.2600.04200.9891.0460.59
Hex3FB6F64A1A04c95b3d
Octal77266366112320431113375
Binary11111110110110111101101001010110100100110010011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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