#8BC7DD

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

Shades of Anakiwa #8BC7DD

Tints of Anakiwa #8BC7DD

Color information

#8BC7DD (or 0x8BC7DD) is unknown color: approx Anakiwa. HEX triplet: 8B, C7 and DD. RGB value is (139,199,221). Sum of RGB (Red+Green+Blue) = 139+199+221=559 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.87% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BC7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC7DD is #743822. Grayscale: #B7B7B7. Windows color (decimal): -7616547 or 14534539. OLE color: 14534539.

HSL color Cylindrical-coordinate representation of color #8BC7DD: hue angle of 196.1º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BC7DD is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139199221-
CMYK0.370.1000.13
HSL196.1º54.67%70.59%-
HSV(B)196.1º37.1%86.67%-
XYZ44.1251.5676.03-
YUV183.57149.1296.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.87%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=24.87%
G=35.60%
B=39.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391992210.370.1000.13196.154.6770.59
Hex8BC7DD25A0Dc43747
Octal213307335451201530467107
Binary100010111100011111011101100101101001101110001001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,199,221); }

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

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

 a { background-color: rgb(139,199,221); }

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

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

 span { border-color: rgb(139,199,221); }

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