#7BCCE1

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

Shades of Spray #7BCCE1

Tints of Spray #7BCCE1

Color information

#7BCCE1 (or 0x7BCCE1) is unknown color: approx Spray. HEX triplet: 7B, CC and E1. RGB value is (123,204,225). Sum of RGB (Red+Green+Blue) = 123+204+225=552 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.28% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #7BCCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCE1 is #84331E. Grayscale: #B6B6B6. Windows color (decimal): -8663839 or 14797947. OLE color: 14797947.

HSL color Cylindrical-coordinate representation of color #7BCCE1: hue angle of 192.35º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BCCE1 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB123204225-
CMYK0.450.0900.12
HSL192.35º62.96%68.24%-
HSV(B)192.35º45.33%88.24%-
XYZ43.3552.8379.15-
YUV182.18152.1685.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.28%
GREEN value IS 204 (80.08% from 255) = 36.96%
BLUE value IS 225 (88.28% from 255) = 40.76%
R=22.28%
G=36.96%
B=40.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1232042250.450.0900.12192.3562.9668.24
Hex7BCCE12D90Cc03f44
Octal173314341551101430077104
Binary11110111100110011100001101101100101100110000001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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