#7BDADD

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

Shades of Spray #7BDADD

Tints of Spray #7BDADD

Color information

#7BDADD (or 0x7BDADD) is unknown color: approx Spray. HEX triplet: 7B, DA and DD. RGB value is (123,218,221). Sum of RGB (Red+Green+Blue) = 123+218+221=562 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.89% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BDADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDADD is #842522. Grayscale: #BDBDBD. Windows color (decimal): -8660259 or 14539387. OLE color: 14539387.

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

Color convert

RGB123218221-
CMYK0.440.0100.13
HSL181.84º59.04%67.45%-
HSV(B)181.84º44.34%86.67%-
XYZ46.2959.5777.47-
YUV189.94145.5380.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.89%
GREEN value IS 218 (85.55% from 255) = 38.79%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=21.89%
G=38.79%
B=39.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1232182210.440.0100.13181.8459.0467.45
Hex7BDADD2C10Db63b43
Octal17333233554101526673103
Binary11110111101101011011101101100101101101101101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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