#8BCFD9

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

Shades of Spray #8BCFD9

Tints of Spray #8BCFD9

Color information

#8BCFD9 (or 0x8BCFD9) is unknown color: approx Spray. HEX triplet: 8B, CF and D9. RGB value is (139,207,217). Sum of RGB (Red+Green+Blue) = 139+207+217=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #8BCFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCFD9 is #743026. Grayscale: #BBBBBB. Windows color (decimal): -7614503 or 14274443. OLE color: 14274443.

HSL color Cylindrical-coordinate representation of color #8BCFD9: hue angle of 187.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BCFD9 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139207217-
CMYK0.360.0500.15
HSL187.69º50.65%69.8%-
HSV(B)187.69º35.94%85.1%-
XYZ45.4855.1273.89-
YUV187.81144.4793.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.69%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 217 (85.16% from 255) = 38.54%
R=24.69%
G=36.77%
B=38.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392072170.360.0500.15187.6950.6569.8
Hex8BCFD92450Fbc3346
Octal21331733144501727463106
Binary10001011110011111101100110010010101111101111001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,207,217); }

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

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

 a { background-color: rgb(139,207,217); }

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

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

 span { border-color: rgb(139,207,217); }

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