#8BC4E1

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

Shades of Anakiwa #8BC4E1

Tints of Anakiwa #8BC4E1

Color information

#8BC4E1 (or 0x8BC4E1) is unknown color: approx Anakiwa. HEX triplet: 8B, C4 and E1. RGB value is (139,196,225). Sum of RGB (Red+Green+Blue) = 139+196+225=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #8BC4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC4E1 is #743B1E. Grayscale: #B6B6B6. Windows color (decimal): -7617311 or 14795915. OLE color: 14795915.

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

Color convert

RGB139196225-
CMYK0.380.1300.12
HSL200.23º58.9%71.37%-
HSV(B)200.23º38.22%88.24%-
XYZ43.9850.4178.65-
YUV182.26152.1297.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.82%
GREEN value IS 196 (76.95% from 255) = 35%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=24.82%
G=35%
B=40.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1391962250.380.1300.12200.2358.971.37
Hex8BC4E126D0Cc83b47
Octal213304341461501431073107
Binary100010111100010011100001100110110101100110010001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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