#8BCDEB

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

Shades of Anakiwa #8BCDEB

Tints of Anakiwa #8BCDEB

Color information

#8BCDEB (or 0x8BCDEB) is unknown color: approx Anakiwa. HEX triplet: 8B, CD and EB. RGB value is (139,205,235). Sum of RGB (Red+Green+Blue) = 139+205+235=579 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.01% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BCDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCDEB is #743214. Grayscale: #BCBCBC. Windows color (decimal): -7614997 or 15453579. OLE color: 15453579.

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

Color convert

RGB139205235-
CMYK0.410.1300.08
HSL198.75º70.59%73.33%-
HSV(B)198.75º40.85%92.16%-
XYZ47.4755.1586.74-
YUV188.69154.1392.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.01%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=24.01%
G=35.41%
B=40.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392052350.410.1300.08198.7570.5973.33
Hex8BCDEB29D08c74749
Octal2133153535115010307107111
Binary1000101111001101111010111010011101010001100011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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