#3CC4DB

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

Shades of Summer Sky #3CC4DB

Tints of Summer Sky #3CC4DB

Color information

#3CC4DB (or 0x3CC4DB) is unknown color: approx Summer Sky. HEX triplet: 3C, C4 and DB. RGB value is (60,196,219). Sum of RGB (Red+Green+Blue) = 60+196+219=475 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.63% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CC4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC4DB is #C33B24. Grayscale: #9D9D9D. Windows color (decimal): -12794661 or 14402620. OLE color: 14402620.

HSL color Cylindrical-coordinate representation of color #3CC4DB: hue angle of 188.68º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CC4DB is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB60196219-
CMYK0.730.1100.14
HSL188.68º68.83%54.71%-
HSV(B)188.68º72.6%85.88%-
XYZ34.3945.5574-
YUV157.96162.4458.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.63%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 219 (85.94% from 255) = 46.11%
R=12.63%
G=41.26%
B=46.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal601962190.730.1100.14188.6868.8354.71
Hex3CC4DB49B0Ebd4537
Octal743043331111301627510567
Binary11110011000100110110111001001101101110101111011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,196,219); }

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

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

 a { background-color: rgb(60,196,219); }

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

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

 span { border-color: rgb(60,196,219); }

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