#8BCEEB

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

Shades of Anakiwa #8BCEEB

Tints of Anakiwa #8BCEEB

Color information

#8BCEEB (or 0x8BCEEB) is unknown color: approx Anakiwa. HEX triplet: 8B, CE and EB. RGB value is (139,206,235). Sum of RGB (Red+Green+Blue) = 139+206+235=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BCEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCEEB is #743114. Grayscale: #BDBDBD. Windows color (decimal): -7614741 or 15453835. OLE color: 15453835.

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

Color convert

RGB139206235-
CMYK0.410.1200.08
HSL198.12º70.59%73.33%-
HSV(B)198.12º40.85%92.16%-
XYZ47.7155.6386.82-
YUV189.27153.892.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.97%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=23.97%
G=35.52%
B=40.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392062350.410.1200.08198.1270.5973.33
Hex8BCEEB29C08c64749
Octal2133163535114010306107111
Binary1000101111001110111010111010011100010001100011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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