#3CC1D6

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

Shades of Summer Sky #3CC1D6

Tints of Summer Sky #3CC1D6

Color information

#3CC1D6 (or 0x3CC1D6) is unknown color: approx Summer Sky. HEX triplet: 3C, C1 and D6. RGB value is (60,193,214). Sum of RGB (Red+Green+Blue) = 60+193+214=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #3CC1D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC1D6 is #C33E29. Grayscale: #9B9B9B. Windows color (decimal): -12795434 or 14074172. OLE color: 14074172.

HSL color Cylindrical-coordinate representation of color #3CC1D6: hue angle of 188.18º degrees, saturation: 0.65, 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 #3CC1D6 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB60193214-
CMYK0.720.1000.16
HSL188.18º65.25%53.73%-
HSV(B)188.18º71.96%83.92%-
XYZ33.0743.9670.36-
YUV155.63160.9459.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.85%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 214 (83.98% from 255) = 45.82%
R=12.85%
G=41.33%
B=45.82%

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
Decimal601932140.720.1000.16188.1865.2553.73
Hex3CC1D648A010bc4136
Octal743013261101202027410166
Binary111100110000011101011010010001010010000101111001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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