Html Css Color HEX #3CACDB Summer Sky

📋 copy color: '#3CACDB'

red 60 ◦ green 172 ◦ blue 219

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

Shades of Summer Sky #3CACDB

Tints of Summer Sky #3CACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.56%

R = 13.3%
G = 38.14%
B = 48.56%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CACDB (or 0x3CACDB) is known color: Summer Sky. HEX triplet: 3C, AC and DB. RGB value is (60,172,219). Sum of RGB (Red+Green+Blue) = 60+172+219=451 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.30% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CACDB is #C35324. Grayscale: #8F8F8F. Windows color (decimal): -12800805 or 14396476. OLE color: 14396476.

HSL color Cylindrical-coordinate representation of color #3CACDB: hue angle of 197.74º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CACDB is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 172 219 -
CMYK 0.73 0.21 0 0.14
HSL 197.74º 0.69% 0.55% -
HSV(B) 197.74º 0.73% 0.86% -
XYZ 29.4 35.58 72.34 -
YUV 143.87 170.39 68.18 -
System Red Green Blue C M Y K H S L
Decimal 60 172 219 0.73 0.21 0 0.14 197.74 0.69 0.55
Hex 3C AC DB 49 15 0 E C6 45 37
Octal 74 254 333 111 25 0 16 306 105 67
Binary 111100 10101100 11011011 1001001 10101 0 1110 11000110 1000101 110111

Color Harmonies of #3CACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CACDB

Black with #3CACDB

Text Example


Text Example

White with #3CACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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