#7ACFE9

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

Shades of Spray #7ACFE9

Tints of Spray #7ACFE9

Color information

#7ACFE9 (or 0x7ACFE9) is unknown color: approx Spray. HEX triplet: 7A, CF and E9. RGB value is (122,207,233). Sum of RGB (Red+Green+Blue) = 122+207+233=562 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.71% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 233 - color contains mainly: blue. Hex color #7ACFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ACFE9 is #853016. Grayscale: #B8B8B8. Windows color (decimal): -8728599 or 15323002. OLE color: 15323002.

HSL color Cylindrical-coordinate representation of color #7ACFE9: hue angle of 194.05º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7ACFE9 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB122207233-
CMYK0.480.1100.09
HSL194.05º71.61%69.61%-
HSV(B)194.05º47.64%91.37%-
XYZ45.0554.6585.26-
YUV184.55155.3483.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.71%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 233 (91.41% from 255) = 41.46%
R=21.71%
G=36.83%
B=41.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1222072330.480.1100.09194.0571.6169.61
Hex7ACFE930B09c24846
Octal1723173516013011302110106
Binary111101011001111111010011100001011010011100001010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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