#3CB0D9

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

Shades of Summer Sky #3CB0D9

Tints of Summer Sky #3CB0D9

Color information

#3CB0D9 (or 0x3CB0D9) is unknown color: approx Summer Sky. HEX triplet: 3C, B0 and D9. RGB value is (60,176,217). Sum of RGB (Red+Green+Blue) = 60+176+217=453 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.25% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #3CB0D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CB0D9 is #C34F26. Grayscale: #919191. Windows color (decimal): -12799783 or 14266428. OLE color: 14266428.

HSL color Cylindrical-coordinate representation of color #3CB0D9: hue angle of 195.67º 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 #3CB0D9 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB60176217-
CMYK0.720.1900.15
HSL195.67º67.38%54.31%-
HSV(B)195.67º72.35%85.1%-
XYZ29.9137.0271.21-
YUV145.99168.0766.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.25%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 217 (85.16% from 255) = 47.90%
R=13.25%
G=38.85%
B=47.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal601762170.720.1900.15195.6767.3854.31
Hex3CB0D948130Fc44336
Octal742603311102301730410366
Binary111100101100001101100110010001001101111110001001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,176,217); }

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

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

 a { background-color: rgb(60,176,217); }

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

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

 span { border-color: rgb(60,176,217); }

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