#3CBEDF

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

Shades of Summer Sky #3CBEDF

Tints of Summer Sky #3CBEDF

Color information

#3CBEDF (or 0x3CBEDF) is unknown color: approx Summer Sky. HEX triplet: 3C, BE and DF. RGB value is (60,190,223). Sum of RGB (Red+Green+Blue) = 60+190+223=473 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.68% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CBEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBEDF is #C34120. Grayscale: #9A9A9A. Windows color (decimal): -12796193 or 14663228. OLE color: 14663228.

HSL color Cylindrical-coordinate representation of color #3CBEDF: hue angle of 192.15º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CBEDF is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB60190223-
CMYK0.730.1500.13
HSL192.15º71.81%55.49%-
HSV(B)192.15º73.09%87.45%-
XYZ33.643.1276.36-
YUV154.89166.4360.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.68%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 223 (87.5% from 255) = 47.15%
R=12.68%
G=40.17%
B=47.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal601902230.730.1500.13192.1571.8155.49
Hex3CBEDF49F0Dc04837
Octal742763371111701530011067
Binary11110010111110110111111001001111101101110000001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,190,223); }

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

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

 a { background-color: rgb(60,190,223); }

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

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

 span { border-color: rgb(60,190,223); }

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