#8BC5D6

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

Shades of Spray #8BC5D6

Tints of Spray #8BC5D6

Color information

#8BC5D6 (or 0x8BC5D6) is unknown color: approx Spray. HEX triplet: 8B, C5 and D6. RGB value is (139,197,214). Sum of RGB (Red+Green+Blue) = 139+197+214=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #8BC5D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC5D6 is #743A29. Grayscale: #B5B5B5. Windows color (decimal): -7617066 or 14075275. OLE color: 14075275.

HSL color Cylindrical-coordinate representation of color #8BC5D6: hue angle of 193.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BC5D6 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB139197214-
CMYK0.350.0800.16
HSL193.6º47.77%69.22%-
HSV(B)193.6º35.05%83.92%-
XYZ42.7550.2871.07-
YUV181.6146.2897.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.27%
GREEN value IS 197 (77.34% from 255) = 35.82%
BLUE value IS 214 (83.98% from 255) = 38.91%
R=25.27%
G=35.82%
B=38.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1391972140.350.0800.16193.647.7769.22
Hex8BC5D6238010c23045
Octal213305326431002030260105
Binary1000101111000101110101101000111000010000110000101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,197,214); }

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

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

 a { background-color: rgb(139,197,214); }

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

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

 span { border-color: rgb(139,197,214); }

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