#8BC4DA

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

Shades of Spray #8BC4DA

Tints of Spray #8BC4DA

Color information

#8BC4DA (or 0x8BC4DA) is unknown color: approx Spray. HEX triplet: 8B, C4 and DA. RGB value is (139,196,218). Sum of RGB (Red+Green+Blue) = 139+196+218=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BC4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC4DA is #743B25. Grayscale: #B5B5B5. Windows color (decimal): -7617318 or 14337163. OLE color: 14337163.

HSL color Cylindrical-coordinate representation of color #8BC4DA: hue angle of 196.71º degrees, saturation: 0.52, 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 #8BC4DA is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139196218-
CMYK0.360.1000.15
HSL196.71º51.63%70%-
HSV(B)196.71º36.24%85.49%-
XYZ43.0450.0373.72-
YUV181.46148.6297.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.14%
GREEN value IS 196 (76.95% from 255) = 35.44%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=25.14%
G=35.44%
B=39.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391962180.360.1000.15196.7151.6370
Hex8BC4DA24A0Fc53446
Octal213304332441201730564106
Binary100010111100010011011010100100101001111110001011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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