Html Css Color HEX #3CACDC Summer Sky

📋 copy color: '#3CACDC'

red 60 ◦ green 172 ◦ blue 220

#3CACDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #3CACDC

Tints of Summer Sky #3CACDC

RGB

 RED value IS 60 (23.83% from 255) = 13.27%

 GREEN value IS 172 (67.58% from 255) = 38.05%

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 13.27%
G = 38.05%
B = 48.67%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CACDC (or 0x3CACDC) is known color: Summer Sky. HEX triplet: 3C, AC and DC. RGB value is (60,172,220). Sum of RGB (Red+Green+Blue) = 60+172+220=452 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.27% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CACDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CACDC is #C35323. Grayscale: #8F8F8F. Windows color (decimal): -12800804 or 14462012. OLE color: 14462012.

HSL color Cylindrical-coordinate representation of color #3CACDC: hue angle of 198º degrees, saturation: 0.7, 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 #3CACDC is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 172 220 -
CMYK 0.73 0.22 0 0.14
HSL 198º 0.7% 0.55% -
HSV(B) 198º 0.73% 0.86% -
XYZ 29.53 35.63 73.03 -
YUV 143.98 170.89 68.1 -
System Red Green Blue C M Y K H S L
Decimal 60 172 220 0.73 0.22 0 0.14 198 0.7 0.55
Hex 3C AC DC 49 16 0 E C6 46 37
Octal 74 254 334 111 26 0 16 306 106 67
Binary 111100 10101100 11011100 1001001 10110 0 1110 11000110 1000110 110111

Color Harmonies of #3CACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CACDC

Black with #3CACDC

Text Example


Text Example

White with #3CACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,172,220); }

 H1.HeaderClassName
 {
   color: #3CACDC;
 }
 .AnyTagClassName
 {
   color: #3CACDC;
 }
</style>

background-color css

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

 a { background-color: rgb(60,172,220); }

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

border-color css

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

 span { border-color: rgb(60,172,220); }

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