#7BC5CF

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

Shades of Spray #7BC5CF

Tints of Spray #7BC5CF

Color information

#7BC5CF (or 0x7BC5CF) is unknown color: approx Spray. HEX triplet: 7B, C5 and CF. RGB value is (123,197,207). Sum of RGB (Red+Green+Blue) = 123+197+207=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #7BC5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC5CF is #843A30. Grayscale: #AFAFAF. Windows color (decimal): -8665649 or 13616507. OLE color: 13616507.

HSL color Cylindrical-coordinate representation of color #7BC5CF: hue angle of 187.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BC5CF is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB123197207-
CMYK0.410.0500.19
HSL187.14º46.67%64.71%-
HSV(B)187.14º40.58%81.18%-
XYZ39.448.6566.35-
YUV176.01145.4890.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.34%
GREEN value IS 197 (77.34% from 255) = 37.38%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=23.34%
G=37.38%
B=39.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1231972070.410.0500.19187.1446.6764.71
Hex7BC5CF295013bb2f41
Octal17330531751502327357101
Binary11110111100010111001111101001101010011101110111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,197,207); }

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

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

 a { background-color: rgb(123,197,207); }

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

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

 span { border-color: rgb(123,197,207); }

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