Html Css Color HEX #4DACDC Summer Sky

📋 copy color: '#4DACDC'

red 77 ◦ green 172 ◦ blue 220

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

Shades of Summer Sky #4DACDC

Tints of Summer Sky #4DACDC

RGB

 RED value IS 77 (30.47% from 255) = 16.42%

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

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

R = 16.42%
G = 36.67%
B = 46.91%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4DACDC (or 0x4DACDC) is known color: Summer Sky. HEX triplet: 4D, AC and DC. RGB value is (77,172,220). Sum of RGB (Red+Green+Blue) = 77+172+220=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACDC is #B25323. Grayscale: #949494. Windows color (decimal): -11686692 or 14462029. OLE color: 14462029.

HSL color Cylindrical-coordinate representation of color #4DACDC: hue angle of 200.14º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DACDC is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 172 220 -
CMYK 0.65 0.22 0 0.14
HSL 200.14º 0.67% 0.58% -
HSV(B) 200.14º 0.65% 0.86% -
XYZ 30.73 36.25 73.09 -
YUV 149.07 168.03 76.6 -
System Red Green Blue C M Y K H S L
Decimal 77 172 220 0.65 0.22 0 0.14 200.14 0.67 0.58
Hex 4D AC DC 41 16 0 E C8 43 3A
Octal 115 254 334 101 26 0 16 310 103 72
Binary 1001101 10101100 11011100 1000001 10110 0 1110 11001000 1000011 111010

Color Harmonies of #4DACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DACDC

Black with #4DACDC

Text Example


Text Example

White with #4DACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DACDC; }

 p { color: rgb(77,172,220); }

 H1.HeaderClassName
 {
   color: #4DACDC;
 }
 .AnyTagClassName
 {
   color: #4DACDC;
 }
</style>

background-color css

<style>
 a { background-color: #4DACDC; }

 a { background-color: rgb(77,172,220); }

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

border-color css

<style>
 span { border-color: #4DACDC; }

 span { border-color: rgb(77,172,220); }

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