#7BD8D9

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

Shades of Spray #7BD8D9

Tints of Spray #7BD8D9

Color information

#7BD8D9 (or 0x7BD8D9) is unknown color: approx Spray. HEX triplet: 7B, D8 and D9. RGB value is (123,216,217). Sum of RGB (Red+Green+Blue) = 123+216+217=556 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.12% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #7BD8D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD8D9 is #842726. Grayscale: #BCBCBC. Windows color (decimal): -8660775 or 14276731. OLE color: 14276731.

HSL color Cylindrical-coordinate representation of color #7BD8D9: hue angle of 180.64º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD8D9 is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB123216217-
CMYK0.430.0000.15
HSL180.64º55.29%66.67%-
HSV(B)180.64º43.32%85.1%-
XYZ45.2558.3374.52-
YUV188.31144.1981.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.12%
GREEN value IS 216 (84.77% from 255) = 38.85%
BLUE value IS 217 (85.16% from 255) = 39.03%
R=22.12%
G=38.85%
B=39.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1232162170.430.0000.15180.6455.2966.67
Hex7BD8D92B00Fb53743
Octal17333033153001726567103
Binary11110111101100011011001101011001111101101011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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