Html Css Color HEX #3CA0DC Summer Sky

📋 copy color: '#3CA0DC'

red 60 ◦ green 160 ◦ blue 220

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

Shades of Summer Sky #3CA0DC

Tints of Summer Sky #3CA0DC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.36%

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

R = 13.64%
G = 36.36%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CA0DC (or 0x3CA0DC) is known color: Summer Sky. HEX triplet: 3C, A0 and DC. RGB value is (60,160,220). Sum of RGB (Red+Green+Blue) = 60+160+220=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CA0DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA0DC is #C35F23. Grayscale: #888888. Windows color (decimal): -12803876 or 14458940. OLE color: 14458940.

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

Color convert

RGB 60 160 220 -
CMYK 0.73 0.27 0 0.14
HSL 202.5º 0.7% 0.55% -
HSV(B) 202.5º 0.73% 0.86% -
XYZ 27.35 31.27 72.3 -
YUV 136.94 174.87 73.12 -
System Red Green Blue C M Y K H S L
Decimal 60 160 220 0.73 0.27 0 0.14 202.5 0.7 0.55
Hex 3C A0 DC 49 1B 0 E CA 46 37
Octal 74 240 334 111 33 0 16 312 106 67
Binary 111100 10100000 11011100 1001001 11011 0 1110 11001010 1000110 110111

Color Harmonies of #3CA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA0DC

Black with #3CA0DC

Text Example


Text Example

White with #3CA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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