#7BCED0

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

Shades of Spray #7BCED0

Tints of Spray #7BCED0

Color information

#7BCED0 (or 0x7BCED0) is unknown color: approx Spray. HEX triplet: 7B, CE and D0. RGB value is (123,206,208). Sum of RGB (Red+Green+Blue) = 123+206+208=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #7BCED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCED0 is #84312F. Grayscale: #B5B5B5. Windows color (decimal): -8663344 or 13684347. OLE color: 13684347.

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

Color convert

RGB123206208-
CMYK0.410.0100.18
HSL181.41º47.49%64.9%-
HSV(B)181.41º40.87%81.57%-
XYZ41.6252.9167.69-
YUV181.4114386.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.91%
GREEN value IS 206 (80.86% from 255) = 38.36%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=22.91%
G=38.36%
B=38.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1232062080.410.0100.18181.4147.4964.9
Hex7BCED0291012b52f41
Octal17331632051102226557101
Binary111101111001110110100001010011010010101101011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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