#7BCBCC

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

Shades of Spray #7BCBCC

Tints of Spray #7BCBCC

Color information

#7BCBCC (or 0x7BCBCC) is unknown color: approx Spray. HEX triplet: 7B, CB and CC. RGB value is (123,203,204). Sum of RGB (Red+Green+Blue) = 123+203+204=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BCBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBCC is #843433. Grayscale: #B3B3B3. Windows color (decimal): -8664116 or 13421435. OLE color: 13421435.

HSL color Cylindrical-coordinate representation of color #7BCBCC: hue angle of 180.74º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCBCC is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB123203204-
CMYK0.400.0000.2
HSL180.74º44.26%64.12%-
HSV(B)180.74º39.71%80%-
XYZ40.4251.2864.89-
YUV179.1914287.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.21%
GREEN value IS 203 (79.69% from 255) = 38.30%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=23.21%
G=38.30%
B=38.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1232032040.400.0000.2180.7444.2664.12
Hex7BCBCC280014b52c40
Octal17331331450002426554100
Binary111101111001011110011001010000010100101101011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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