#8BDAE8

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

Shades of Anakiwa #8BDAE8

Tints of Anakiwa #8BDAE8

Color information

#8BDAE8 (or 0x8BDAE8) is unknown color: approx Anakiwa. HEX triplet: 8B, DA and E8. RGB value is (139,218,232). Sum of RGB (Red+Green+Blue) = 139+218+232=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #8BDAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDAE8 is #742517. Grayscale: #C3C3C3. Windows color (decimal): -7611672 or 15260299. OLE color: 15260299.

HSL color Cylindrical-coordinate representation of color #8BDAE8: hue angle of 189.03º degrees, saturation: 0.67, 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 #8BDAE8 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB139218232-
CMYK0.400.0600.09
HSL189.03º66.91%72.75%-
HSV(B)189.03º40.09%90.98%-
XYZ50.2861.4685.56-
YUV195.98148.3387.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.60%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 232 (91.02% from 255) = 39.39%
R=23.60%
G=37.01%
B=39.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392182320.400.0600.09189.0366.9172.75
Hex8BDAE828609bd4349
Octal213332350506011275103111
Binary100010111101101011101000101000110010011011110110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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