#3FBEDD

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

Shades of Summer Sky #3FBEDD

Tints of Summer Sky #3FBEDD

Color information

#3FBEDD (or 0x3FBEDD) is unknown color: approx Summer Sky. HEX triplet: 3F, BE and DD. RGB value is (63,190,221). Sum of RGB (Red+Green+Blue) = 63+190+221=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #3FBEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBEDD is #C04122. Grayscale: #9B9B9B. Windows color (decimal): -12599587 or 14532159. OLE color: 14532159.

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

Color convert

RGB63190221-
CMYK0.710.1400.13
HSL191.77º69.91%55.69%-
HSV(B)191.77º71.49%86.67%-
XYZ33.5143.174.96-
YUV155.56164.9261.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.29%
GREEN value IS 190 (74.61% from 255) = 40.08%
BLUE value IS 221 (86.72% from 255) = 46.62%
R=13.29%
G=40.08%
B=46.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal631902210.710.1400.13191.7769.9155.69
Hex3FBEDD47E0Dc04638
Octal772763351071601530010670
Binary11111110111110110111011000111111001101110000001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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