#7ACBD2

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

Shades of Spray #7ACBD2

Tints of Spray #7ACBD2

Color information

#7ACBD2 (or 0x7ACBD2) is unknown color: approx Spray. HEX triplet: 7A, CB and D2. RGB value is (122,203,210). Sum of RGB (Red+Green+Blue) = 122+203+210=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 210 - color contains mainly: blue. Hex color #7ACBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACBD2 is #85342D. Grayscale: #B3B3B3. Windows color (decimal): -8729646 or 13814650. OLE color: 13814650.

HSL color Cylindrical-coordinate representation of color #7ACBD2: hue angle of 184.77º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ACBD2 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB122203210-
CMYK0.420.0300.18
HSL184.77º49.44%65.1%-
HSV(B)184.77º41.9%82.35%-
XYZ41.0151.568.75-
YUV179.58145.1686.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.80%
GREEN value IS 203 (79.69% from 255) = 37.94%
BLUE value IS 210 (82.42% from 255) = 39.25%
R=22.80%
G=37.94%
B=39.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222032100.420.0300.18184.7749.4465.1
Hex7ACBD22A3012b93141
Octal17231332252302227161101
Binary1111010110010111101001010101011010010101110011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,203,210); }

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

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

 a { background-color: rgb(122,203,210); }

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

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

 span { border-color: rgb(122,203,210); }

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