#8BC4DF

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

Shades of Anakiwa #8BC4DF

Tints of Anakiwa #8BC4DF

Color information

#8BC4DF (or 0x8BC4DF) is unknown color: approx Anakiwa. HEX triplet: 8B, C4 and DF. RGB value is (139,196,223). Sum of RGB (Red+Green+Blue) = 139+196+223=558 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.91% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BC4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC4DF is #743B20. Grayscale: #B5B5B5. Windows color (decimal): -7617313 or 14664843. OLE color: 14664843.

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

Color convert

RGB139196223-
CMYK0.380.1200.13
HSL199.29º56.76%70.98%-
HSV(B)199.29º37.67%87.45%-
XYZ43.7150.377.22-
YUV182.04151.1297.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.91%
GREEN value IS 196 (76.95% from 255) = 35.13%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=24.91%
G=35.13%
B=39.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391962230.380.1200.13199.2956.7670.98
Hex8BC4DF26C0Dc73947
Octal213304337461401530771107
Binary100010111100010011011111100110110001101110001111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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