Html Css Color HEX #3CACE0 Summer Sky

📋 copy color: '#3CACE0'

red 60 ◦ green 172 ◦ blue 224

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

Shades of Summer Sky #3CACE0

Tints of Summer Sky #3CACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.12%

R = 13.16%
G = 37.72%
B = 49.12%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3CACE0 (or 0x3CACE0) is known color: Summer Sky. HEX triplet: 3C, AC and E0. RGB value is (60,172,224). Sum of RGB (Red+Green+Blue) = 60+172+224=456 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.16% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #3CACE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CACE0 is #C3531F. Grayscale: #909090. Windows color (decimal): -12800800 or 14724156. OLE color: 14724156.

HSL color Cylindrical-coordinate representation of color #3CACE0: hue angle of 199.02º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CACE0 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 172 224 -
CMYK 0.73 0.23 0 0.12
HSL 199.02º 0.73% 0.56% -
HSV(B) 199.02º 0.73% 0.88% -
XYZ 30.07 35.85 75.86 -
YUV 144.44 172.89 67.77 -
System Red Green Blue C M Y K H S L
Decimal 60 172 224 0.73 0.23 0 0.12 199.02 0.73 0.56
Hex 3C AC E0 49 17 0 C C7 49 38
Octal 74 254 340 111 27 0 14 307 111 70
Binary 111100 10101100 11100000 1001001 10111 0 1100 11000111 1001001 111000

Color Harmonies of #3CACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CACE0

Black with #3CACE0

Text Example


Text Example

White with #3CACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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