Html Css Color HEX #7ACEDC Spray

📋 copy color: '#7ACEDC'

red 122 ◦ green 206 ◦ blue 220

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

Shades of Spray #7ACEDC

Tints of Spray #7ACEDC

RGB

 RED value IS 122 (48.05% from 255) = 22.26%

 GREEN value IS 206 (80.86% from 255) = 37.59%

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

R = 22.26%
G = 37.59%
B = 40.15%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7ACEDC (or 0x7ACEDC) is known color: Spray. HEX triplet: 7A, CE and DC. RGB value is (122,206,220). Sum of RGB (Red+Green+Blue) = 122+206+220=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ACEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACEDC is #853123. Grayscale: #B6B6B6. Windows color (decimal): -8728868 or 14470778. OLE color: 14470778.

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

Color convert

RGB 122 206 220 -
CMYK 0.45 0.06 0 0.14
HSL 188.57º 0.58% 0.67% -
HSV(B) 188.57º 0.45% 0.86% -
XYZ 43.02 53.45 75.76 -
YUV 182.48 149.17 84.86 -
System Red Green Blue C M Y K H S L
Decimal 122 206 220 0.45 0.06 0 0.14 188.57 0.58 0.67
Hex 7A CE DC 2D 6 0 E BD 3A 43
Octal 172 316 334 55 6 0 16 275 72 103
Binary 1111010 11001110 11011100 101101 110 0 1110 10111101 111010 1000011

Color Harmonies of #7ACEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACEDC

Black with #7ACEDC

Text Example


Text Example

White with #7ACEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ACEDC; }

 p { color: rgb(122,206,220); }

 H1.HeaderClassName
 {
   color: #7ACEDC;
 }
 .AnyTagClassName
 {
   color: #7ACEDC;
 }
</style>

background-color css

<style>
 a { background-color: #7ACEDC; }

 a { background-color: rgb(122,206,220); }

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

border-color css

<style>
 span { border-color: #7ACEDC; }

 span { border-color: rgb(122,206,220); }

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