Html Css Color HEX #3CAEDC Summer Sky

📋 copy color: '#3CAEDC'

red 60 ◦ green 174 ◦ blue 220

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

Shades of Summer Sky #3CAEDC

Tints of Summer Sky #3CAEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.33%

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

R = 13.22%
G = 38.33%
B = 48.46%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CAEDC (or 0x3CAEDC) is known color: Summer Sky. HEX triplet: 3C, AE and DC. RGB value is (60,174,220). Sum of RGB (Red+Green+Blue) = 60+174+220=454 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.22% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CAEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAEDC is #C35123. Grayscale: #909090. Windows color (decimal): -12800292 or 14462524. OLE color: 14462524.

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

Color convert

RGB 60 174 220 -
CMYK 0.73 0.21 0 0.14
HSL 197.25º 0.7% 0.55% -
HSV(B) 197.25º 0.73% 0.86% -
XYZ 29.92 36.4 73.16 -
YUV 145.16 170.23 67.26 -
System Red Green Blue C M Y K H S L
Decimal 60 174 220 0.73 0.21 0 0.14 197.25 0.7 0.55
Hex 3C AE DC 49 15 0 E C5 46 37
Octal 74 256 334 111 25 0 16 305 106 67
Binary 111100 10101110 11011100 1001001 10101 0 1110 11000101 1000110 110111

Color Harmonies of #3CAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAEDC

Black with #3CAEDC

Text Example


Text Example

White with #3CAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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