Html Css Color HEX #7ACEE5 Spray

📋 copy color: '#7ACEE5'

red 122 ◦ green 206 ◦ blue 229

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

Shades of Spray #7ACEE5

Tints of Spray #7ACEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.11%

R = 21.9%
G = 36.98%
B = 41.11%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7ACEE5 (or 0x7ACEE5) is known color: Spray. HEX triplet: 7A, CE and E5. RGB value is (122,206,229). Sum of RGB (Red+Green+Blue) = 122+206+229=557 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.90% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #7ACEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACEE5 is #85311A. Grayscale: #B7B7B7. Windows color (decimal): -8728859 or 15060602. OLE color: 15060602.

HSL color Cylindrical-coordinate representation of color #7ACEE5: hue angle of 192.9º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ACEE5 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 206 229 -
CMYK 0.47 0.10 0 0.10
HSL 192.9º 0.67% 0.69% -
HSV(B) 192.9º 0.47% 0.9% -
XYZ 44.24 53.94 82.21 -
YUV 183.51 153.67 84.13 -
System Red Green Blue C M Y K H S L
Decimal 122 206 229 0.47 0.10 0 0.10 192.9 0.67 0.69
Hex 7A CE E5 2F A 0 A C1 43 45
Octal 172 316 345 57 12 0 12 301 103 105
Binary 1111010 11001110 11100101 101111 1010 0 1010 11000001 1000011 1000101

Color Harmonies of #7ACEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACEE5

Black with #7ACEE5

Text Example


Text Example

White with #7ACEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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