#3cc1d7

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

Shades of Summer Sky #3CC1D7

Tints of Summer Sky #3CC1D7

Color information

#3CC1D7 (or 0x3CC1D7) is unknown color: approx Summer Sky. HEX triplet: 3C, C1 and D7. RGB value is (60,193,215). Sum of RGB (Red+Green+Blue) = 60+193+215=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #3CC1D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC1D7 is #C33E28. Grayscale: #9B9B9B. Windows color (decimal): -12795433 or 14139708. OLE color: 14139708.

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

Color convert

RGB60193215-
CMYK0.720.1000.16
HSL188.52º65.96%53.92%-
HSV(B)188.52º72.09%84.31%-
XYZ33.244.0171.03-
YUV155.74161.4459.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.82%
GREEN value IS 193 (75.78% from 255) = 41.24%
BLUE value IS 215 (84.38% from 255) = 45.94%
R=12.82%
G=41.24%
B=45.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal601932150.720.1000.16188.5265.9653.92
Hex3CC1D748A010bd4236
Octal743013271101202027510266
Binary111100110000011101011110010001010010000101111011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cc1d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,193,215); }

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

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

 a { background-color: rgb(60,193,215); }

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

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

 span { border-color: rgb(60,193,215); }

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