Html Css Color HEX #4CACDD Summer Sky

📋 copy color: '#4CACDD'

red 76 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #4CACDD

Tints of Summer Sky #4CACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 16.2%
G = 36.67%
B = 47.12%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4CACDD (or 0x4CACDD) is known color: Summer Sky. HEX triplet: 4C, AC and DD. RGB value is (76,172,221). Sum of RGB (Red+Green+Blue) = 76+172+221=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CACDD is #B35322. Grayscale: #949494. Windows color (decimal): -11752227 or 14527564. OLE color: 14527564.

HSL color Cylindrical-coordinate representation of color #4CACDD: hue angle of 200.28º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CACDD is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 172 221 -
CMYK 0.66 0.22 0 0.13
HSL 200.28º 0.68% 0.58% -
HSV(B) 200.28º 0.66% 0.87% -
XYZ 30.78 36.26 73.78 -
YUV 148.88 168.7 76.02 -
System Red Green Blue C M Y K H S L
Decimal 76 172 221 0.66 0.22 0 0.13 200.28 0.68 0.58
Hex 4C AC DD 42 16 0 D C8 44 3A
Octal 114 254 335 102 26 0 15 310 104 72
Binary 1001100 10101100 11011101 1000010 10110 0 1101 11001000 1000100 111010

Color Harmonies of #4CACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CACDD

Black with #4CACDD

Text Example


Text Example

White with #4CACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,172,221); }

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

background-color css

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

 a { background-color: rgb(76,172,221); }

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

border-color css

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

 span { border-color: rgb(76,172,221); }

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