#3FBDED

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

Shades of Summer Sky #3FBDED

Tints of Summer Sky #3FBDED

Color information

#3FBDED (or 0x3FBDED) is unknown color: approx Summer Sky. HEX triplet: 3F, BD and ED. RGB value is (63,189,237). Sum of RGB (Red+Green+Blue) = 63+189+237=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #3FBDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBDED is #C04212. Grayscale: #9C9C9C. Windows color (decimal): -12599827 or 15580479. OLE color: 15580479.

HSL color Cylindrical-coordinate representation of color #3FBDED: hue angle of 196.55º 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 #3FBDED is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB63189237-
CMYK0.730.2000.07
HSL196.55º82.86%58.82%-
HSV(B)196.55º73.42%92.94%-
XYZ35.5343.5786.66-
YUV156.8173.2661.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.88%
GREEN value IS 189 (74.22% from 255) = 38.65%
BLUE value IS 237 (92.97% from 255) = 48.47%
R=12.88%
G=38.65%
B=48.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal631892370.730.2000.07196.5582.8658.82
Hex3FBDED491407c5533b
Octal77275355111240730512373
Binary11111110111101111011011001001101000111110001011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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