#3FBFF0

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

Shades of Summer Sky #3FBFF0

Tints of Summer Sky #3FBFF0

Color information

#3FBFF0 (or 0x3FBFF0) is unknown color: approx Summer Sky. HEX triplet: 3F, BF and F0. RGB value is (63,191,240). Sum of RGB (Red+Green+Blue) = 63+191+240=494 (65% of max value = 765). Red value is 63 (25% from 255 or 12.75% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #3FBFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBFF0 is #C0400F. Grayscale: #9D9D9D. Windows color (decimal): -12599312 or 15777599. OLE color: 15777599.

HSL color Cylindrical-coordinate representation of color #3FBFF0: hue angle of 196.61º degrees, saturation: 0.86, 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 #3FBFF0 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB63191240-
CMYK0.740.2000.06
HSL196.61º85.51%59.41%-
HSV(B)196.61º73.75%94.12%-
XYZ36.4144.6189.13-
YUV158.31174.0960.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.75%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 240 (94.14% from 255) = 48.58%
R=12.75%
G=38.66%
B=48.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal631912400.740.2000.06196.6185.5159.41
Hex3FBFF04A1406c5563b
Octal77277360112240630512673
Binary11111110111111111100001001010101000110110001011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,191,240); }

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

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

 a { background-color: rgb(63,191,240); }

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

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

 span { border-color: rgb(63,191,240); }

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