Html Css Color HEX #3CABDC Summer Sky

📋 copy color: '#3CABDC'

red 60 ◦ green 171 ◦ blue 220

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

Shades of Summer Sky #3CABDC

Tints of Summer Sky #3CABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.92%

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 13.3%
G = 37.92%
B = 48.78%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CABDC (or 0x3CABDC) is known color: Summer Sky. HEX triplet: 3C, AB and DC. RGB value is (60,171,220). Sum of RGB (Red+Green+Blue) = 60+171+220=451 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.30% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CABDC is #C35423. Grayscale: #8F8F8F. Windows color (decimal): -12801060 or 14461756. OLE color: 14461756.

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

Color convert

RGB 60 171 220 -
CMYK 0.73 0.22 0 0.14
HSL 198.38º 0.7% 0.55% -
HSV(B) 198.38º 0.73% 0.86% -
XYZ 29.34 35.25 72.97 -
YUV 143.4 171.23 68.52 -
System Red Green Blue C M Y K H S L
Decimal 60 171 220 0.73 0.22 0 0.14 198.38 0.7 0.55
Hex 3C AB DC 49 16 0 E C6 46 37
Octal 74 253 334 111 26 0 16 306 106 67
Binary 111100 10101011 11011100 1001001 10110 0 1110 11000110 1000110 110111

Color Harmonies of #3CABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CABDC

Black with #3CABDC

Text Example


Text Example

White with #3CABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,171,220); }

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

background-color css

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

 a { background-color: rgb(60,171,220); }

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

border-color css

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

 span { border-color: rgb(60,171,220); }

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