#7BD9DD

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

Shades of Spray #7BD9DD

Tints of Spray #7BD9DD

Color information

#7BD9DD (or 0x7BD9DD) is unknown color: approx Spray. HEX triplet: 7B, D9 and DD. RGB value is (123,217,221). Sum of RGB (Red+Green+Blue) = 123+217+221=561 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.93% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BD9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD9DD is #842622. Grayscale: #BDBDBD. Windows color (decimal): -8660515 or 14539131. OLE color: 14539131.

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

Color convert

RGB123217221-
CMYK0.440.0200.13
HSL182.45º59.04%67.45%-
HSV(B)182.45º44.34%86.67%-
XYZ46.0359.0677.38-
YUV189.35145.8680.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.93%
GREEN value IS 217 (85.16% from 255) = 38.68%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=21.93%
G=38.68%
B=39.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1232172210.440.0200.13182.4559.0467.45
Hex7BD9DD2C20Db63b43
Octal17333133554201526673103
Binary111101111011001110111011011001001101101101101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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