#3FB2ED

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

Shades of Summer Sky #3FB2ED

Tints of Summer Sky #3FB2ED

Color information

#3FB2ED (or 0x3FB2ED) is unknown color: approx Summer Sky. HEX triplet: 3F, B2 and ED. RGB value is (63,178,237). Sum of RGB (Red+Green+Blue) = 63+178+237=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #3FB2ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FB2ED is #C04D12. Grayscale: #959595. Windows color (decimal): -12602643 or 15577663. OLE color: 15577663.

HSL color Cylindrical-coordinate representation of color #3FB2ED: hue angle of 200.34º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FB2ED is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB63178237-
CMYK0.730.2500.07
HSL200.34º82.86%58.82%-
HSV(B)200.34º73.42%92.94%-
XYZ33.2639.0185.9-
YUV150.34176.965.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.18%
GREEN value IS 178 (69.92% from 255) = 37.24%
BLUE value IS 237 (92.97% from 255) = 49.58%
R=13.18%
G=37.24%
B=49.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal631782370.730.2500.07200.3482.8658.82
Hex3FB2ED491907c8533b
Octal77262355111310731012373
Binary11111110110010111011011001001110010111110010001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,178,237); }

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

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

 a { background-color: rgb(63,178,237); }

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

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

 span { border-color: rgb(63,178,237); }

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