#3FB1EF

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

Shades of Summer Sky #3FB1EF

Tints of Summer Sky #3FB1EF

Color information

#3FB1EF (or 0x3FB1EF) is unknown color: approx Summer Sky. HEX triplet: 3F, B1 and EF. RGB value is (63,177,239). Sum of RGB (Red+Green+Blue) = 63+177+239=479 (63% of max value = 765). Red value is 63 (25% from 255 or 13.15% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FB1EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FB1EF is #C04E10. Grayscale: #959595. Windows color (decimal): -12602897 or 15708479. OLE color: 15708479.

HSL color Cylindrical-coordinate representation of color #3FB1EF: hue angle of 201.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FB1EF is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB63177239-
CMYK0.740.2600.06
HSL201.14º84.62%59.22%-
HSV(B)201.14º73.64%93.73%-
XYZ33.3538.7387.38-
YUV149.98178.2365.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.15%
GREEN value IS 177 (69.53% from 255) = 36.95%
BLUE value IS 239 (93.75% from 255) = 49.90%
R=13.15%
G=36.95%
B=49.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal631772390.740.2600.06201.1484.6259.22
Hex3FB1EF4A1A06c9553b
Octal77261357112320631112573
Binary11111110110001111011111001010110100110110010011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,177,239); }

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

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

 a { background-color: rgb(63,177,239); }

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

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

 span { border-color: rgb(63,177,239); }

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