#7BD1DD

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

Shades of Spray #7BD1DD

Tints of Spray #7BD1DD

Color information

#7BD1DD (or 0x7BD1DD) is unknown color: approx Spray. HEX triplet: 7B, D1 and DD. RGB value is (123,209,221). Sum of RGB (Red+Green+Blue) = 123+209+221=553 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.24% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BD1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD1DD is #842E22. Grayscale: #B8B8B8. Windows color (decimal): -8662563 or 14537083. OLE color: 14537083.

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

Color convert

RGB123209221-
CMYK0.440.0500.13
HSL187.35º59.04%67.45%-
HSV(B)187.35º44.34%86.67%-
XYZ44.0255.0376.71-
YUV184.65148.5184.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.24%
GREEN value IS 209 (82.03% from 255) = 37.79%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=22.24%
G=37.79%
B=39.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1232092210.440.0500.13187.3559.0467.45
Hex7BD1DD2C50Dbb3b43
Octal17332133554501527373103
Binary1111011110100011101110110110010101101101110111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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