#7ACCDB

Color #7ACCDB Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7ACCDB

Tints of Spray #7ACCDB

Color information

#7ACCDB (or 0x7ACCDB) is unknown color: approx Spray. HEX triplet: 7A, CC and DB. RGB value is (122,204,219). Sum of RGB (Red+Green+Blue) = 122+204+219=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #7ACCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACCDB is #853324. Grayscale: #B5B5B5. Windows color (decimal): -8729381 or 14404730. OLE color: 14404730.

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

Color convert

RGB122204219-
CMYK0.440.0700.14
HSL189.28º57.4%66.86%-
HSV(B)189.28º44.29%85.88%-
XYZ42.4152.4474.9-
YUV181.19149.3385.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.39%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=22.39%
G=37.43%
B=40.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1222042190.440.0700.14189.2857.466.86
Hex7ACCDB2C70Ebd3943
Octal17231433354701627571103
Binary1111010110011001101101110110011101110101111011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,204,219); }

 H1.HeaderClassName
 {
   color: #7ACCDB;
 }
 .AnyTagClassName
 {
   color: #7ACCDB;
 }
</style>
background-color css

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

 a { background-color: rgb(122,204,219); }

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

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

 span { border-color: rgb(122,204,219); }

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