#8BDAE6

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

Shades of Anakiwa #8BDAE6

Tints of Anakiwa #8BDAE6

Color information

#8BDAE6 (or 0x8BDAE6) is unknown color: approx Anakiwa. HEX triplet: 8B, DA and E6. RGB value is (139,218,230). Sum of RGB (Red+Green+Blue) = 139+218+230=587 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.68% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #8BDAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDAE6 is #742519. Grayscale: #C3C3C3. Windows color (decimal): -7611674 or 15129227. OLE color: 15129227.

HSL color Cylindrical-coordinate representation of color #8BDAE6: hue angle of 187.91º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BDAE6 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB139218230-
CMYK0.400.0500.10
HSL187.91º64.54%72.35%-
HSV(B)187.91º39.57%90.2%-
XYZ5061.3484.07-
YUV195.75147.3387.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.68%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 230 (90.23% from 255) = 39.18%
R=23.68%
G=37.14%
B=39.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1392182300.400.0500.10187.9164.5472.35
Hex8BDAE62850Abc4148
Octal213332346505012274101110
Binary100010111101101011100110101000101010101011110010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,218,230); }

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

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

 a { background-color: rgb(139,218,230); }

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

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

 span { border-color: rgb(139,218,230); }

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