#7BCBD0

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

Shades of Spray #7BCBD0

Tints of Spray #7BCBD0

Color information

#7BCBD0 (or 0x7BCBD0) is unknown color: approx Spray. HEX triplet: 7B, CB and D0. RGB value is (123,203,208). Sum of RGB (Red+Green+Blue) = 123+203+208=534 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.03% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #7BCBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBD0 is #84342F. Grayscale: #B3B3B3. Windows color (decimal): -8664112 or 13683579. OLE color: 13683579.

HSL color Cylindrical-coordinate representation of color #7BCBD0: hue angle of 183.53º 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 #7BCBD0 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB123203208-
CMYK0.410.0200.18
HSL183.53º47.49%64.9%-
HSV(B)183.53º40.87%81.57%-
XYZ40.9151.4867.45-
YUV179.6514487.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.03%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=23.03%
G=38.01%
B=38.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1232032080.410.0200.18183.5347.4964.9
Hex7BCBD0292012b82f41
Octal17331332051202227057101
Binary1111011110010111101000010100110010010101110001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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