Html Css Color HEX #3C8FDC Summer Sky

📋 copy color: '#3C8FDC'

red 60 ◦ green 143 ◦ blue 220

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

Shades of Summer Sky #3C8FDC

Tints of Summer Sky #3C8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.81%

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

R = 14.18%
G = 33.81%
B = 52.01%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C8FDC (or 0x3C8FDC) is known color: Summer Sky. HEX triplet: 3C, 8F and DC. RGB value is (60,143,220). Sum of RGB (Red+Green+Blue) = 60+143+220=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C8FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8FDC is #C37023. Grayscale: #7E7E7E. Windows color (decimal): -12808228 or 14454588. OLE color: 14454588.

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

Color convert

RGB 60 143 220 -
CMYK 0.73 0.35 0 0.14
HSL 208.88º 0.7% 0.55% -
HSV(B) 208.88º 0.73% 0.86% -
XYZ 24.6 25.77 71.39 -
YUV 126.96 180.5 80.24 -
System Red Green Blue C M Y K H S L
Decimal 60 143 220 0.73 0.35 0 0.14 208.88 0.7 0.55
Hex 3C 8F DC 49 23 0 E D1 46 37
Octal 74 217 334 111 43 0 16 321 106 67
Binary 111100 10001111 11011100 1001001 100011 0 1110 11010001 1000110 110111

Color Harmonies of #3C8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8FDC

Black with #3C8FDC

Text Example


Text Example

White with #3C8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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