#8BD1EB

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

Shades of Anakiwa #8BD1EB

Tints of Anakiwa #8BD1EB

Color information

#8BD1EB (or 0x8BD1EB) is unknown color: approx Anakiwa. HEX triplet: 8B, D1 and EB. RGB value is (139,209,235). Sum of RGB (Red+Green+Blue) = 139+209+235=583 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.84% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BD1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD1EB is #742E14. Grayscale: #BEBEBE. Windows color (decimal): -7613973 or 15454603. OLE color: 15454603.

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

Color convert

RGB139209235-
CMYK0.410.1100.08
HSL196.25º70.59%73.33%-
HSV(B)196.25º40.85%92.16%-
XYZ48.4457.0987.06-
YUV191.03152.8190.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.84%
GREEN value IS 209 (82.03% from 255) = 35.85%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=23.84%
G=35.85%
B=40.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392092350.410.1100.08196.2570.5973.33
Hex8BD1EB29B08c44749
Octal2133213535113010304107111
Binary1000101111010001111010111010011011010001100010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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