#7BD0D8

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

Shades of Spray #7BD0D8

Tints of Spray #7BD0D8

Color information

#7BD0D8 (or 0x7BD0D8) is unknown color: approx Spray. HEX triplet: 7B, D0 and D8. RGB value is (123,208,216). Sum of RGB (Red+Green+Blue) = 123+208+216=547 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.49% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #7BD0D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD0D8 is #842F27. Grayscale: #B7B7B7. Windows color (decimal): -8662824 or 14209147. OLE color: 14209147.

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

Color convert

RGB123208216-
CMYK0.430.0400.15
HSL185.16º54.39%66.47%-
HSV(B)185.16º43.06%84.71%-
XYZ43.1254.2873.17-
YUV183.5146.3484.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.49%
GREEN value IS 208 (81.64% from 255) = 38.03%
BLUE value IS 216 (84.77% from 255) = 39.49%
R=22.49%
G=38.03%
B=39.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1232082160.430.0400.15185.1654.3966.47
Hex7BD0D82B40Fb93642
Octal17332033053401727166102
Binary1111011110100001101100010101110001111101110011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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