#3CB4EC

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

Shades of Summer Sky #3CB4EC

Tints of Summer Sky #3CB4EC

Color information

#3CB4EC (or 0x3CB4EC) is unknown color: approx Summer Sky. HEX triplet: 3C, B4 and EC. RGB value is (60,180,236). Sum of RGB (Red+Green+Blue) = 60+180+236=476 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.61% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CB4EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CB4EC is #C34B13. Grayscale: #969696. Windows color (decimal): -12798740 or 15512636. OLE color: 15512636.

HSL color Cylindrical-coordinate representation of color #3CB4EC: hue angle of 199.09º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CB4EC is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB60180236-
CMYK0.750.2400.07
HSL199.09º82.24%58.04%-
HSV(B)199.09º74.58%92.55%-
XYZ33.3339.6685.26-
YUV150.5176.2463.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.61%
GREEN value IS 180 (70.70% from 255) = 37.82%
BLUE value IS 236 (92.58% from 255) = 49.58%
R=12.61%
G=37.82%
B=49.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal601802360.750.2400.07199.0982.2458.04
Hex3CB4EC4B1807c7523a
Octal74264354113300730712272
Binary11110010110100111011001001011110000111110001111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,180,236); }

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

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

 a { background-color: rgb(60,180,236); }

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

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

 span { border-color: rgb(60,180,236); }

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