#8BDAE5

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

Shades of Anakiwa #8BDAE5

Tints of Anakiwa #8BDAE5

Color information

#8BDAE5 (or 0x8BDAE5) is unknown color: approx Anakiwa. HEX triplet: 8B, DA and E5. RGB value is (139,218,229). Sum of RGB (Red+Green+Blue) = 139+218+229=586 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.72% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #8BDAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDAE5 is #74251A. Grayscale: #C3C3C3. Windows color (decimal): -7611675 or 15063691. OLE color: 15063691.

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

Color convert

RGB139218229-
CMYK0.390.0500.10
HSL187.33º63.38%72.16%-
HSV(B)187.33º39.3%89.8%-
XYZ49.8661.2983.33-
YUV195.63146.8387.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.72%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 229 (89.84% from 255) = 39.08%
R=23.72%
G=37.20%
B=39.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1392182290.390.0500.10187.3363.3872.16
Hex8BDAE52750Abb3f48
Octal21333234547501227377110
Binary10001011110110101110010110011110101010101110111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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