#3FB0FA

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

Shades of Summer Sky #3FB0FA

Tints of Summer Sky #3FB0FA

Color information

#3FB0FA (or 0x3FB0FA) is unknown color: approx Summer Sky. HEX triplet: 3F, B0 and FA. RGB value is (63,176,250). Sum of RGB (Red+Green+Blue) = 63+176+250=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #3FB0FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FB0FA is #C04F05. Grayscale: #969696. Windows color (decimal): -12603142 or 16429119. OLE color: 16429119.

HSL color Cylindrical-coordinate representation of color #3FB0FA: hue angle of 203.74º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FB0FA is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB63176250-
CMYK0.750.3000.02
HSL203.74º94.92%61.37%-
HSV(B)203.74º74.8%98.04%-
XYZ34.8339.0196.14-
YUV150.65184.0665.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.88%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 250 (98.05% from 255) = 51.12%
R=12.88%
G=35.99%
B=51.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal631762500.750.3000.02203.7494.9261.37
Hex3FB0FA4B1E02cc5f3d
Octal77260372113360231413775
Binary1111111011000011111010100101111110010110011001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,176,250); }

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

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

 a { background-color: rgb(63,176,250); }

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

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

 span { border-color: rgb(63,176,250); }

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