#8BD8EB

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

Shades of Anakiwa #8BD8EB

Tints of Anakiwa #8BD8EB

Color information

#8BD8EB (or 0x8BD8EB) is unknown color: approx Anakiwa. HEX triplet: 8B, D8 and EB. RGB value is (139,216,235). Sum of RGB (Red+Green+Blue) = 139+216+235=590 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.56% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BD8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD8EB is #742714. Grayscale: #C2C2C2. Windows color (decimal): -7612181 or 15456395. OLE color: 15456395.

HSL color Cylindrical-coordinate representation of color #8BD8EB: hue angle of 191.88º degrees, saturation: 0.71, 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 #8BD8EB is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139216235-
CMYK0.410.0800.08
HSL191.88º70.59%73.33%-
HSV(B)191.88º40.85%92.16%-
XYZ50.260.687.65-
YUV195.14150.4987.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.56%
GREEN value IS 216 (84.77% from 255) = 36.61%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=23.56%
G=36.61%
B=39.83%

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
Decimal1392162350.410.0800.08191.8870.5973.33
Hex8BD8EB29808c04749
Octal2133303535110010300107111
Binary1000101111011000111010111010011000010001100000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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