#8BD8EA

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

Shades of Anakiwa #8BD8EA

Tints of Anakiwa #8BD8EA

Color information

#8BD8EA (or 0x8BD8EA) is unknown color: approx Anakiwa. HEX triplet: 8B, D8 and EA. RGB value is (139,216,234). Sum of RGB (Red+Green+Blue) = 139+216+234=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BD8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD8EA is #742715. Grayscale: #C2C2C2. Windows color (decimal): -7612182 or 15390859. OLE color: 15390859.

HSL color Cylindrical-coordinate representation of color #8BD8EA: hue angle of 191.37º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BD8EA is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139216234-
CMYK0.410.0800.08
HSL191.37º69.34%73.14%-
HSV(B)191.37º40.6%91.76%-
XYZ50.0560.5486.89-
YUV195.03149.9988.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.60%
GREEN value IS 216 (84.77% from 255) = 36.67%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=23.60%
G=36.67%
B=39.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392162340.410.0800.08191.3769.3473.14
Hex8BD8EA29808bf4549
Octal2133303525110010277105111
Binary1000101111011000111010101010011000010001011111110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,216,234); }

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

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

 a { background-color: rgb(139,216,234); }

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

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

 span { border-color: rgb(139,216,234); }

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