Html Css Color HEX #3CACDF Summer Sky

📋 copy color: '#3CACDF'

red 60 ◦ green 172 ◦ blue 223

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

Shades of Summer Sky #3CACDF

Tints of Summer Sky #3CACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.01%

R = 13.19%
G = 37.8%
B = 49.01%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3CACDF (or 0x3CACDF) is known color: Summer Sky. HEX triplet: 3C, AC and DF. RGB value is (60,172,223). Sum of RGB (Red+Green+Blue) = 60+172+223=455 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.19% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CACDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CACDF is #C35320. Grayscale: #909090. Windows color (decimal): -12800801 or 14658620. OLE color: 14658620.

HSL color Cylindrical-coordinate representation of color #3CACDF: hue angle of 198.77º degrees, saturation: 0.72, 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 #3CACDF is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 172 223 -
CMYK 0.73 0.23 0 0.13
HSL 198.77º 0.72% 0.55% -
HSV(B) 198.77º 0.73% 0.87% -
XYZ 29.94 35.79 75.14 -
YUV 144.33 172.39 67.85 -
System Red Green Blue C M Y K H S L
Decimal 60 172 223 0.73 0.23 0 0.13 198.77 0.72 0.55
Hex 3C AC DF 49 17 0 D C7 48 37
Octal 74 254 337 111 27 0 15 307 110 67
Binary 111100 10101100 11011111 1001001 10111 0 1101 11000111 1001000 110111

Color Harmonies of #3CACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CACDF

Black with #3CACDF

Text Example


Text Example

White with #3CACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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