Html Css Color HEX #4AACDE Summer Sky

📋 copy color: '#4AACDE'

red 74 ◦ green 172 ◦ blue 222

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

Shades of Summer Sky #4AACDE

Tints of Summer Sky #4AACDE

RGB

 RED value IS 74 (29.3% from 255) = 15.81%

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

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 15.81%
G = 36.75%
B = 47.44%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4AACDE (or 0x4AACDE) is known color: Summer Sky. HEX triplet: 4A, AC and DE. RGB value is (74,172,222). Sum of RGB (Red+Green+Blue) = 74+172+222=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #4AACDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AACDE is #B55321. Grayscale: #949494. Windows color (decimal): -11883298 or 14593098. OLE color: 14593098.

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

Color convert

RGB 74 172 222 -
CMYK 0.67 0.23 0 0.13
HSL 200.27º 0.69% 0.58% -
HSV(B) 200.27º 0.67% 0.87% -
XYZ 30.76 36.23 74.48 -
YUV 148.4 169.53 74.93 -
System Red Green Blue C M Y K H S L
Decimal 74 172 222 0.67 0.23 0 0.13 200.27 0.69 0.58
Hex 4A AC DE 43 17 0 D C8 45 3A
Octal 112 254 336 103 27 0 15 310 105 72
Binary 1001010 10101100 11011110 1000011 10111 0 1101 11001000 1000101 111010

Color Harmonies of #4AACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AACDE

Black with #4AACDE

Text Example


Text Example

White with #4AACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,172,222); }

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

background-color css

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

 a { background-color: rgb(74,172,222); }

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

border-color css

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

 span { border-color: rgb(74,172,222); }

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