Html Css Color HEX #4CAADD Summer Sky

📋 copy color: '#4CAADD'

red 76 ◦ green 170 ◦ blue 221

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

Shades of Summer Sky #4CAADD

Tints of Summer Sky #4CAADD

RGB

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

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

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

R = 16.27%
G = 36.4%
B = 47.32%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4CAADD (or 0x4CAADD) is known color: Summer Sky. HEX triplet: 4C, AA and DD. RGB value is (76,170,221). Sum of RGB (Red+Green+Blue) = 76+170+221=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CAADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAADD is #B35522. Grayscale: #939393. Windows color (decimal): -11752739 or 14527052. OLE color: 14527052.

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

Color convert

RGB 76 170 221 -
CMYK 0.66 0.23 0 0.13
HSL 201.1º 0.68% 0.58% -
HSV(B) 201.1º 0.66% 0.87% -
XYZ 30.41 35.51 73.66 -
YUV 147.71 169.36 76.85 -
System Red Green Blue C M Y K H S L
Decimal 76 170 221 0.66 0.23 0 0.13 201.1 0.68 0.58
Hex 4C AA DD 42 17 0 D C9 44 3A
Octal 114 252 335 102 27 0 15 311 104 72
Binary 1001100 10101010 11011101 1000010 10111 0 1101 11001001 1000100 111010

Color Harmonies of #4CAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAADD

Black with #4CAADD

Text Example


Text Example

White with #4CAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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