#3FBAEC

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

Shades of Summer Sky #3FBAEC

Tints of Summer Sky #3FBAEC

Color information

#3FBAEC (or 0x3FBAEC) is unknown color: approx Summer Sky. HEX triplet: 3F, BA and EC. RGB value is (63,186,236). Sum of RGB (Red+Green+Blue) = 63+186+236=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FBAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBAEC is #C04513. Grayscale: #9A9A9A. Windows color (decimal): -12600596 or 15514175. OLE color: 15514175.

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

Color convert

RGB63186236-
CMYK0.730.2100.07
HSL197.34º81.99%58.63%-
HSV(B)197.34º73.31%92.55%-
XYZ34.7542.2385.68-
YUV154.92173.7562.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.99%
GREEN value IS 186 (73.05% from 255) = 38.35%
BLUE value IS 236 (92.58% from 255) = 48.66%
R=12.99%
G=38.35%
B=48.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal631862360.730.2100.07197.3481.9958.63
Hex3FBAEC491507c5523b
Octal77272354111250730512273
Binary11111110111010111011001001001101010111110001011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,186,236); }

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

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

 a { background-color: rgb(63,186,236); }

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

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

 span { border-color: rgb(63,186,236); }

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