#7BDAE1

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

Shades of Spray #7BDAE1

Tints of Spray #7BDAE1

Color information

#7BDAE1 (or 0x7BDAE1) is unknown color: approx Spray. HEX triplet: 7B, DA and E1. RGB value is (123,218,225). Sum of RGB (Red+Green+Blue) = 123+218+225=566 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.73% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #7BDAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDAE1 is #84251E. Grayscale: #BEBEBE. Windows color (decimal): -8660255 or 14801531. OLE color: 14801531.

HSL color Cylindrical-coordinate representation of color #7BDAE1: hue angle of 184.12º 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 #7BDAE1 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB123218225-
CMYK0.450.0300.12
HSL184.12º62.96%68.24%-
HSV(B)184.12º45.33%88.24%-
XYZ46.8359.7980.31-
YUV190.39147.5379.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.73%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=21.73%
G=38.52%
B=39.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1232182250.450.0300.12184.1262.9668.24
Hex7BDAE12D30Cb83f44
Octal17333234155301427077104
Binary111101111011010111000011011011101100101110001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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