#8BC5CF

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

Shades of Spray #8BC5CF

Tints of Spray #8BC5CF

Color information

#8BC5CF (or 0x8BC5CF) is unknown color: approx Spray. HEX triplet: 8B, C5 and CF. RGB value is (139,197,207). Sum of RGB (Red+Green+Blue) = 139+197+207=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BC5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC5CF is #743A30. Grayscale: #B4B4B4. Windows color (decimal): -7617073 or 13616523. OLE color: 13616523.

HSL color Cylindrical-coordinate representation of color #8BC5CF: hue angle of 188.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BC5CF is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139197207-
CMYK0.330.0500.19
HSL188.82º41.46%67.84%-
HSV(B)188.82º32.85%81.18%-
XYZ41.8849.9366.46-
YUV180.8142.7898.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.60%
GREEN value IS 197 (77.34% from 255) = 36.28%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=25.60%
G=36.28%
B=38.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391972070.330.0500.19188.8241.4667.84
Hex8BC5CF215013bd2944
Octal21330531741502327551104
Binary100010111100010111001111100001101010011101111011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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