Html Css Color HEX #3CADD5 Summer Sky

📋 copy color: '#3CADD5'

red 60 ◦ green 173 ◦ blue 213

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

Shades of Summer Sky #3CADD5

Tints of Summer Sky #3CADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.76%

R = 13.45%
G = 38.79%
B = 47.76%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3CADD5 (or 0x3CADD5) is known color: Summer Sky. HEX triplet: 3C, AD and D5. RGB value is (60,173,213). Sum of RGB (Red+Green+Blue) = 60+173+213=446 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.45% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #3CADD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CADD5 is #C3522A. Grayscale: #8F8F8F. Windows color (decimal): -12800555 or 14003516. OLE color: 14003516.

HSL color Cylindrical-coordinate representation of color #3CADD5: hue angle of 195.69º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CADD5 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 173 213 -
CMYK 0.72 0.19 0 0.16
HSL 195.69º 0.65% 0.54% -
HSV(B) 195.69º 0.72% 0.84% -
XYZ 28.82 35.65 68.31 -
YUV 143.77 167.06 68.25 -
System Red Green Blue C M Y K H S L
Decimal 60 173 213 0.72 0.19 0 0.16 195.69 0.65 0.54
Hex 3C AD D5 48 13 0 10 C4 41 36
Octal 74 255 325 110 23 0 20 304 101 66
Binary 111100 10101101 11010101 1001000 10011 0 10000 11000100 1000001 110110

Color Harmonies of #3CADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CADD5

Black with #3CADD5

Text Example


Text Example

White with #3CADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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