#7BC8CE

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

Shades of Spray #7BC8CE

Tints of Spray #7BC8CE

Color information

#7BC8CE (or 0x7BC8CE) is unknown color: approx Spray. HEX triplet: 7B, C8 and CE. RGB value is (123,200,206). Sum of RGB (Red+Green+Blue) = 123+200+206=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BC8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC8CE is #843731. Grayscale: #B1B1B1. Windows color (decimal): -8664882 or 13551739. OLE color: 13551739.

HSL color Cylindrical-coordinate representation of color #7BC8CE: hue angle of 184.34º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BC8CE is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB123200206-
CMYK0.400.0300.19
HSL184.34º45.86%64.51%-
HSV(B)184.34º40.29%80.78%-
XYZ39.9649.9865.93-
YUV177.66143.9989.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.25%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=23.25%
G=37.81%
B=38.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1232002060.400.0300.19184.3445.8664.51
Hex7BC8CE283013b82e41
Octal17331031650302327056101
Binary1111011110010001100111010100011010011101110001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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