#3cb7ef

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

Shades of Summer Sky #3CB7EF

Tints of Summer Sky #3CB7EF

Color information

#3CB7EF (or 0x3CB7EF) is unknown color: approx Summer Sky. HEX triplet: 3C, B7 and EF. RGB value is (60,183,239). Sum of RGB (Red+Green+Blue) = 60+183+239=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CB7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CB7EF is #C34810. Grayscale: #989898. Windows color (decimal): -12797969 or 15710012. OLE color: 15710012.

HSL color Cylindrical-coordinate representation of color #3CB7EF: hue angle of 198.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 #3CB7EF is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB60183239-
CMYK0.750.2300.06
HSL198.77º84.83%58.63%-
HSV(B)198.77º74.9%93.73%-
XYZ34.3841.0687.77-
YUV152.61176.7561.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.45%
GREEN value IS 183 (71.88% from 255) = 37.97%
BLUE value IS 239 (93.75% from 255) = 49.59%
R=12.45%
G=37.97%
B=49.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal601832390.750.2300.06198.7784.8358.63
Hex3CB7EF4B1706c7553b
Octal74267357113270630712573
Binary11110010110111111011111001011101110110110001111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cb7ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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