#7ACFDA

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

Shades of Spray #7ACFDA

Tints of Spray #7ACFDA

Color information

#7ACFDA (or 0x7ACFDA) is unknown color: approx Spray. HEX triplet: 7A, CF and DA. RGB value is (122,207,218). Sum of RGB (Red+Green+Blue) = 122+207+218=547 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.30% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #7ACFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACFDA is #853025. Grayscale: #B6B6B6. Windows color (decimal): -8728614 or 14339962. OLE color: 14339962.

HSL color Cylindrical-coordinate representation of color #7ACFDA: hue angle of 186.88º 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 #7ACFDA is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB122207218-
CMYK0.440.0500.15
HSL186.88º56.47%66.67%-
HSV(B)186.88º44.04%85.49%-
XYZ42.9953.8374.45-
YUV182.84147.8484.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.30%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=22.30%
G=37.84%
B=39.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222072180.440.0500.15186.8856.4766.67
Hex7ACFDA2C50Fbb3843
Octal17231733254501727370103
Binary1111010110011111101101010110010101111101110111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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