Html Css Color HEX #3CADDD Summer Sky

📋 copy color: '#3CADDD'

red 60 ◦ green 173 ◦ blue 221

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

Shades of Summer Sky #3CADDD

Tints of Summer Sky #3CADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.11%

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 13.22%
G = 38.11%
B = 48.68%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3CADDD (or 0x3CADDD) is known color: Summer Sky. HEX triplet: 3C, AD and DD. RGB value is (60,173,221). Sum of RGB (Red+Green+Blue) = 60+173+221=454 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.22% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #3CADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CADDD is #C35222. Grayscale: #909090. Windows color (decimal): -12800547 or 14527804. OLE color: 14527804.

HSL color Cylindrical-coordinate representation of color #3CADDD: hue angle of 197.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CADDD is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 173 221 -
CMYK 0.73 0.22 0 0.13
HSL 197.89º 0.7% 0.55% -
HSV(B) 197.89º 0.73% 0.87% -
XYZ 29.86 36.07 73.79 -
YUV 144.69 171.06 67.6 -
System Red Green Blue C M Y K H S L
Decimal 60 173 221 0.73 0.22 0 0.13 197.89 0.7 0.55
Hex 3C AD DD 49 16 0 D C6 46 37
Octal 74 255 335 111 26 0 15 306 106 67
Binary 111100 10101101 11011101 1001001 10110 0 1101 11000110 1000110 110111

Color Harmonies of #3CADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CADDD

Black with #3CADDD

Text Example


Text Example

White with #3CADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,173,221); }

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

background-color css

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

 a { background-color: rgb(60,173,221); }

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

border-color css

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

 span { border-color: rgb(60,173,221); }

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