#8BC5DB

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

Shades of Anakiwa #8BC5DB

Tints of Anakiwa #8BC5DB

Color information

#8BC5DB (or 0x8BC5DB) is unknown color: approx Anakiwa. HEX triplet: 8B, C5 and DB. RGB value is (139,197,219). Sum of RGB (Red+Green+Blue) = 139+197+219=555 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.05% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BC5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC5DB is #743A24. Grayscale: #B6B6B6. Windows color (decimal): -7617061 or 14402955. OLE color: 14402955.

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

Color convert

RGB139197219-
CMYK0.370.1000.14
HSL196.5º52.63%70.2%-
HSV(B)196.5º36.53%85.88%-
XYZ43.450.5474.48-
YUV182.17148.7897.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.05%
GREEN value IS 197 (77.34% from 255) = 35.50%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=25.05%
G=35.50%
B=39.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391972190.370.1000.14196.552.6370.2
Hex8BC5DB25A0Ec43546
Octal213305333451201630465106
Binary100010111100010111011011100101101001110110001001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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