#7fdadd

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

Shades of Spray #7FDADD

Tints of Spray #7FDADD

Color information

#7FDADD (or 0x7FDADD) is unknown color: approx Spray. HEX triplet: 7F, DA and DD. RGB value is (127,218,221). Sum of RGB (Red+Green+Blue) = 127+218+221=566 (74% of max value = 765). Red value is 127 (50% from 255 or 22.44% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FDADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDADD is #802522. Grayscale: #BFBFBF. Windows color (decimal): -8398115 or 14539391. OLE color: 14539391.

HSL color Cylindrical-coordinate representation of color #7FDADD: hue angle of 181.91º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDADD is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB127218221-
CMYK0.430.0100.13
HSL181.91º58.02%68.24%-
HSV(B)181.91º42.53%86.67%-
XYZ46.8759.8877.49-
YUV191.13144.8582.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.44%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=22.44%
G=38.52%
B=39.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272182210.430.0100.13181.9158.0268.24
Hex7FDADD2B10Db63a44
Octal17733233553101526672104
Binary11111111101101011011101101011101101101101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fdadd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,218,221); }

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

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

 a { background-color: rgb(127,218,221); }

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

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

 span { border-color: rgb(127,218,221); }

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