#8BDAE0

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

Shades of Spray #8BDAE0

Tints of Spray #8BDAE0

Color information

#8BDAE0 (or 0x8BDAE0) is unknown color: approx Spray. HEX triplet: 8B, DA and E0. RGB value is (139,218,224). Sum of RGB (Red+Green+Blue) = 139+218+224=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #8BDAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDAE0 is #74251F. Grayscale: #C2C2C2. Windows color (decimal): -7611680 or 14736011. OLE color: 14736011.

HSL color Cylindrical-coordinate representation of color #8BDAE0: hue angle of 184.24º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDAE0 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB139218224-
CMYK0.380.0300.12
HSL184.24º57.82%71.18%-
HSV(B)184.24º37.95%87.84%-
XYZ49.1761.0179.71-
YUV195.06144.3388.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.92%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 224 (87.89% from 255) = 38.55%
R=23.92%
G=37.52%
B=38.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1392182240.380.0300.12184.2457.8271.18
Hex8BDAE02630Cb83a47
Octal21333234046301427072107
Binary1000101111011010111000001001101101100101110001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BDAE0; }

 p { color: rgb(139,218,224); }

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

<style>
 a { background-color: #8BDAE0; }

 a { background-color: rgb(139,218,224); }

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

<style>
 span { border-color: #8BDAE0; }

 span { border-color: rgb(139,218,224); }

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