#3CBAEF

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

Shades of Summer Sky #3CBAEF

Tints of Summer Sky #3CBAEF

Color information

#3CBAEF (or 0x3CBAEF) is unknown color: approx Summer Sky. HEX triplet: 3C, BA and EF. RGB value is (60,186,239). Sum of RGB (Red+Green+Blue) = 60+186+239=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CBAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBAEF is #C34510. Grayscale: #9A9A9A. Windows color (decimal): -12797201 or 15710780. OLE color: 15710780.

HSL color Cylindrical-coordinate representation of color #3CBAEF: hue angle of 197.77º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CBAEF is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB60186239-
CMYK0.750.2200.06
HSL197.77º84.83%58.63%-
HSV(B)197.77º74.9%93.73%-
XYZ3542.3187.98-
YUV154.37175.7660.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.37%
GREEN value IS 186 (73.05% from 255) = 38.35%
BLUE value IS 239 (93.75% from 255) = 49.28%
R=12.37%
G=38.35%
B=49.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal601862390.750.2200.06197.7784.8358.63
Hex3CBAEF4B1606c6553b
Octal74272357113260630612573
Binary11110010111010111011111001011101100110110001101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,186,239); }

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

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

 a { background-color: rgb(60,186,239); }

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

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

 span { border-color: rgb(60,186,239); }

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