#7BCACD

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

Shades of Spray #7BCACD

Tints of Spray #7BCACD

Color information

#7BCACD (or 0x7BCACD) is unknown color: approx Spray. HEX triplet: 7B, CA and CD. RGB value is (123,202,205). Sum of RGB (Red+Green+Blue) = 123+202+205=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BCACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCACD is #843532. Grayscale: #B2B2B2. Windows color (decimal): -8664371 or 13486715. OLE color: 13486715.

HSL color Cylindrical-coordinate representation of color #7BCACD: hue angle of 182.2º degrees, saturation: 0.45, 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 #7BCACD is Cyan = 0.4, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB123202205-
CMYK0.40.0100.20
HSL182.2º45.05%64.31%-
HSV(B)182.2º40%80.39%-
XYZ40.3150.8665.45-
YUV178.72142.8388.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.21%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=23.21%
G=38.11%
B=38.68%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1232022050.40.0100.20182.245.0564.31
Hex7BCACD281014b62d40
Octal17331231550102426655100
Binary111101111001010110011011010001010100101101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,202,205); }

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

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

 a { background-color: rgb(123,202,205); }

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

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

 span { border-color: rgb(123,202,205); }

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