#7BC5DE

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

Shades of Spray #7BC5DE

Tints of Spray #7BC5DE

Color information

#7BC5DE (or 0x7BC5DE) is unknown color: approx Spray. HEX triplet: 7B, C5 and DE. RGB value is (123,197,222). Sum of RGB (Red+Green+Blue) = 123+197+222=542 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.69% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #7BC5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC5DE is #843A21. Grayscale: #B1B1B1. Windows color (decimal): -8665634 or 14599547. OLE color: 14599547.

HSL color Cylindrical-coordinate representation of color #7BC5DE: hue angle of 195.15º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BC5DE is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123197222-
CMYK0.450.1100.13
HSL195.15º60%67.65%-
HSV(B)195.15º44.59%87.06%-
XYZ41.3249.4276.47-
YUV177.72152.9888.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.69%
GREEN value IS 197 (77.34% from 255) = 36.35%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=22.69%
G=36.35%
B=40.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231972220.450.1100.13195.156067.65
Hex7BC5DE2DB0Dc33c44
Octal173305336551301530374104
Binary11110111100010111011110101101101101101110000111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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