#3FBEDE

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

Shades of Summer Sky #3FBEDE

Tints of Summer Sky #3FBEDE

Color information

#3FBEDE (or 0x3FBEDE) is unknown color: approx Summer Sky. HEX triplet: 3F, BE and DE. RGB value is (63,190,222). Sum of RGB (Red+Green+Blue) = 63+190+222=475 (62% of max value = 765). Red value is 63 (25% from 255 or 13.26% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #3FBEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBEDE is #C04121. Grayscale: #9B9B9B. Windows color (decimal): -12599586 or 14597695. OLE color: 14597695.

HSL color Cylindrical-coordinate representation of color #3FBEDE: hue angle of 192.08º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FBEDE is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB63190222-
CMYK0.720.1400.13
HSL192.08º70.67%55.88%-
HSV(B)192.08º71.62%87.06%-
XYZ33.6543.1675.66-
YUV155.67165.4261.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.26%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=13.26%
G=40%
B=46.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal631902220.720.1400.13192.0870.6755.88
Hex3FBEDE48E0Dc04738
Octal772763361101601530010770
Binary11111110111110110111101001000111001101110000001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,190,222); }

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

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

 a { background-color: rgb(63,190,222); }

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

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

 span { border-color: rgb(63,190,222); }

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