#8bdee5

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

Shades of Spray #8BDEE5

Tints of Spray #8BDEE5

Color information

#8BDEE5 (or 0x8BDEE5) is unknown color: approx Spray. HEX triplet: 8B, DE and E5. RGB value is (139,222,229). Sum of RGB (Red+Green+Blue) = 139+222+229=590 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.56% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #8BDEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDEE5 is #74211A. Grayscale: #C5C5C5. Windows color (decimal): -7610651 or 15064715. OLE color: 15064715.

HSL color Cylindrical-coordinate representation of color #8BDEE5: hue angle of 184.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BDEE5 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB139222229-
CMYK0.390.0300.10
HSL184.67º63.38%72.16%-
HSV(B)184.67º39.3%89.8%-
XYZ50.9163.3983.68-
YUV197.98145.585.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.56%
GREEN value IS 222 (87.11% from 255) = 37.63%
BLUE value IS 229 (89.84% from 255) = 38.81%
R=23.56%
G=37.63%
B=38.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1392222290.390.0300.10184.6763.3872.16
Hex8BDEE52730Ab93f48
Octal21333634547301227177110
Binary1000101111011110111001011001111101010101110011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bdee5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,222,229); }

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

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

 a { background-color: rgb(139,222,229); }

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

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

 span { border-color: rgb(139,222,229); }

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