#7BDBDD

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

Shades of Spray #7BDBDD

Tints of Spray #7BDBDD

Color information

#7BDBDD (or 0x7BDBDD) is unknown color: approx Spray. HEX triplet: 7B, DB and DD. RGB value is (123,219,221). Sum of RGB (Red+Green+Blue) = 123+219+221=563 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.85% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BDBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDBDD is #842422. Grayscale: #BEBEBE. Windows color (decimal): -8660003 or 14539643. OLE color: 14539643.

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

Color convert

RGB123219221-
CMYK0.440.0100.13
HSL181.22º59.04%67.45%-
HSV(B)181.22º44.34%86.67%-
XYZ46.5560.0977.55-
YUV190.52145.279.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.85%
GREEN value IS 219 (85.94% from 255) = 38.90%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=21.85%
G=38.90%
B=39.25%

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
Decimal1232192210.440.0100.13181.2259.0467.45
Hex7BDBDD2C10Db53b43
Octal17333333554101526573103
Binary11110111101101111011101101100101101101101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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