#8BC1DC

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

Shades of Anakiwa #8BC1DC

Tints of Anakiwa #8BC1DC

Color information

#8BC1DC (or 0x8BC1DC) is unknown color: approx Anakiwa. HEX triplet: 8B, C1 and DC. RGB value is (139,193,220). Sum of RGB (Red+Green+Blue) = 139+193+220=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BC1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC1DC is #743E23. Grayscale: #B3B3B3. Windows color (decimal): -7618084 or 14467467. OLE color: 14467467.

HSL color Cylindrical-coordinate representation of color #8BC1DC: hue angle of 200º 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 #8BC1DC is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139193220-
CMYK0.370.1200.14
HSL200º53.64%70.39%-
HSV(B)200º36.82%86.27%-
XYZ42.6448.874.88-
YUV179.93150.6198.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.18%
GREEN value IS 193 (75.78% from 255) = 34.96%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=25.18%
G=34.96%
B=39.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391932200.370.1200.1420053.6470.39
Hex8BC1DC25C0Ec83646
Octal213301334451401631066106
Binary100010111100000111011100100101110001110110010001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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