#7BCBDB

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

Shades of Spray #7BCBDB

Tints of Spray #7BCBDB

Color information

#7BCBDB (or 0x7BCBDB) is unknown color: approx Spray. HEX triplet: 7B, CB and DB. RGB value is (123,203,219). Sum of RGB (Red+Green+Blue) = 123+203+219=545 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.57% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBDB is #843424. Grayscale: #B4B4B4. Windows color (decimal): -8664101 or 14404475. OLE color: 14404475.

HSL color Cylindrical-coordinate representation of color #7BCBDB: hue angle of 190º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BCBDB is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB123203219-
CMYK0.440.0700.14
HSL190º57.14%67.06%-
HSV(B)190º43.84%85.88%-
XYZ42.3152.0474.83-
YUV180.9149.586.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.57%
GREEN value IS 203 (79.69% from 255) = 37.25%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=22.57%
G=37.25%
B=40.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1232032190.440.0700.1419057.1467.06
Hex7BCBDB2C70Ebe3943
Octal17331333354701627671103
Binary1111011110010111101101110110011101110101111101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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