#8BC6DC

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

Shades of Anakiwa #8BC6DC

Tints of Anakiwa #8BC6DC

Color information

#8BC6DC (or 0x8BC6DC) is unknown color: approx Anakiwa. HEX triplet: 8B, C6 and DC. RGB value is (139,198,220). Sum of RGB (Red+Green+Blue) = 139+198+220=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BC6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC6DC is #743923. Grayscale: #B6B6B6. Windows color (decimal): -7616804 or 14468747. OLE color: 14468747.

HSL color Cylindrical-coordinate representation of color #8BC6DC: hue angle of 196.3º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BC6DC is Cyan = 0.37, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139198220-
CMYK0.370.100.14
HSL196.3º53.64%70.39%-
HSV(B)196.3º36.82%86.27%-
XYZ43.7651.0475.26-
YUV182.87148.9596.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.96%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=24.96%
G=35.55%
B=39.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391982200.370.100.14196.353.6470.39
Hex8BC6DC25A0Ec43646
Octal213306334451201630466106
Binary100010111100011011011100100101101001110110001001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,198,220); }

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

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

 a { background-color: rgb(139,198,220); }

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

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

 span { border-color: rgb(139,198,220); }

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