#8BD4E7

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

Shades of Anakiwa #8BD4E7

Tints of Anakiwa #8BD4E7

Color information

#8BD4E7 (or 0x8BD4E7) is unknown color: approx Anakiwa. HEX triplet: 8B, D4 and E7. RGB value is (139,212,231). Sum of RGB (Red+Green+Blue) = 139+212+231=582 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.88% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 231 - color contains mainly: blue. Hex color #8BD4E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD4E7 is #742B18. Grayscale: #C0C0C0. Windows color (decimal): -7613209 or 15193227. OLE color: 15193227.

HSL color Cylindrical-coordinate representation of color #8BD4E7: hue angle of 192.39º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BD4E7 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB139212231-
CMYK0.400.0800.09
HSL192.39º65.71%72.55%-
HSV(B)192.39º39.83%90.59%-
XYZ48.6158.3584.3-
YUV192.34149.8289.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.88%
GREEN value IS 212 (83.20% from 255) = 36.43%
BLUE value IS 231 (90.62% from 255) = 39.69%
R=23.88%
G=36.43%
B=39.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392122310.400.0800.09192.3965.7172.55
Hex8BD4E728809c04249
Octal2133243475010011300102111
Binary1000101111010100111001111010001000010011100000010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,212,231); }

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

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

 a { background-color: rgb(139,212,231); }

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

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

 span { border-color: rgb(139,212,231); }

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