Html Css Color HEX #4CAADC Summer Sky

📋 copy color: '#4CAADC'

red 76 ◦ green 170 ◦ blue 220

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

Shades of Summer Sky #4CAADC

Tints of Summer Sky #4CAADC

RGB

 RED value IS 76 (30.08% from 255) = 16.31%

 GREEN value IS 170 (66.8% from 255) = 36.48%

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

R = 16.31%
G = 36.48%
B = 47.21%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4CAADC (or 0x4CAADC) is known color: Summer Sky. HEX triplet: 4C, AA and DC. RGB value is (76,170,220). Sum of RGB (Red+Green+Blue) = 76+170+220=466 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.31% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CAADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAADC is #B35523. Grayscale: #939393. Windows color (decimal): -11752740 or 14461516. OLE color: 14461516.

HSL color Cylindrical-coordinate representation of color #4CAADC: hue angle of 200.83º 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 #4CAADC is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 170 220 -
CMYK 0.65 0.23 0 0.14
HSL 200.83º 0.67% 0.58% -
HSV(B) 200.83º 0.65% 0.86% -
XYZ 30.27 35.45 72.96 -
YUV 147.59 168.86 76.93 -
System Red Green Blue C M Y K H S L
Decimal 76 170 220 0.65 0.23 0 0.14 200.83 0.67 0.58
Hex 4C AA DC 41 17 0 E C9 43 3A
Octal 114 252 334 101 27 0 16 311 103 72
Binary 1001100 10101010 11011100 1000001 10111 0 1110 11001001 1000011 111010

Color Harmonies of #4CAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAADC

Black with #4CAADC

Text Example


Text Example

White with #4CAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,170,220); }

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

background-color css

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

 a { background-color: rgb(76,170,220); }

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

border-color css

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

 span { border-color: rgb(76,170,220); }

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