#7AC4DA

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

Shades of Spray #7AC4DA

Tints of Spray #7AC4DA

Color information

#7AC4DA (or 0x7AC4DA) is unknown color: approx Spray. HEX triplet: 7A, C4 and DA. RGB value is (122,196,218). Sum of RGB (Red+Green+Blue) = 122+196+218=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #7AC4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC4DA is #853B25. Grayscale: #B0B0B0. Windows color (decimal): -8731430 or 14337146. OLE color: 14337146.

HSL color Cylindrical-coordinate representation of color #7AC4DA: hue angle of 193.75º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AC4DA is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB122196218-
CMYK0.440.1000.15
HSL193.75º56.47%66.67%-
HSV(B)193.75º44.04%85.49%-
XYZ40.4248.6873.6-
YUV176.38151.4889.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.76%
GREEN value IS 196 (76.95% from 255) = 36.57%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=22.76%
G=36.57%
B=40.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1221962180.440.1000.15193.7556.4766.67
Hex7AC4DA2CA0Fc23843
Octal172304332541201730270103
Binary11110101100010011011010101100101001111110000101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,196,218); }

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

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

 a { background-color: rgb(122,196,218); }

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

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

 span { border-color: rgb(122,196,218); }

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