#3CB5D8

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

Shades of Summer Sky #3CB5D8

Tints of Summer Sky #3CB5D8

Color information

#3CB5D8 (or 0x3CB5D8) is unknown color: approx Summer Sky. HEX triplet: 3C, B5 and D8. RGB value is (60,181,216). Sum of RGB (Red+Green+Blue) = 60+181+216=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #3CB5D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB5D8 is #C34A27. Grayscale: #949494. Windows color (decimal): -12798504 or 14202172. OLE color: 14202172.

HSL color Cylindrical-coordinate representation of color #3CB5D8: hue angle of 193.46º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CB5D8 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB60181216-
CMYK0.720.1600.15
HSL193.46º66.67%54.12%-
HSV(B)193.46º72.22%84.71%-
XYZ30.7838.9770.86-
YUV148.81165.9164.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.13%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 216 (84.77% from 255) = 47.26%
R=13.13%
G=39.61%
B=47.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal601812160.720.1600.15193.4666.6754.12
Hex3CB5D848100Fc14336
Octal742653301102001730110366
Binary111100101101011101100010010001000001111110000011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,181,216); }

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

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

 a { background-color: rgb(60,181,216); }

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

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

 span { border-color: rgb(60,181,216); }

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