Html Css Color HEX #3CACDD Summer Sky

📋 copy color: '#3CACDD'

red 60 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #3CACDD

Tints of Summer Sky #3CACDD

RGB

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

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

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

R = 13.25%
G = 37.97%
B = 48.79%

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

#3CACDD (or 0x3CACDD) is known color: Summer Sky. HEX triplet: 3C, AC and DD. RGB value is (60,172,221). Sum of RGB (Red+Green+Blue) = 60+172+221=453 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.25% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #3CACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CACDD is #C35322. Grayscale: #8F8F8F. Windows color (decimal): -12800803 or 14527548. OLE color: 14527548.

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

Color convert

RGB 60 172 221 -
CMYK 0.73 0.22 0 0.13
HSL 198.26º 0.7% 0.55% -
HSV(B) 198.26º 0.73% 0.87% -
XYZ 29.67 35.69 73.73 -
YUV 144.1 171.39 68.02 -
System Red Green Blue C M Y K H S L
Decimal 60 172 221 0.73 0.22 0 0.13 198.26 0.7 0.55
Hex 3C AC DD 49 16 0 D C6 46 37
Octal 74 254 335 111 26 0 15 306 106 67
Binary 111100 10101100 11011101 1001001 10110 0 1101 11000110 1000110 110111

Color Harmonies of #3CACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CACDD

Black with #3CACDD

Text Example


Text Example

White with #3CACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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