#8BCEE1

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

Shades of Anakiwa #8BCEE1

Tints of Anakiwa #8BCEE1

Color information

#8BCEE1 (or 0x8BCEE1) is unknown color: approx Anakiwa. HEX triplet: 8B, CE and E1. RGB value is (139,206,225). Sum of RGB (Red+Green+Blue) = 139+206+225=570 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.39% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #8BCEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCEE1 is #74311E. Grayscale: #BBBBBB. Windows color (decimal): -7614751 or 14798475. OLE color: 14798475.

HSL color Cylindrical-coordinate representation of color #8BCEE1: hue angle of 193.26º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BCEE1 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB139206225-
CMYK0.380.0800.12
HSL193.26º58.9%71.37%-
HSV(B)193.26º38.22%88.24%-
XYZ46.3155.0779.42-
YUV188.13148.892.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.39%
GREEN value IS 206 (80.86% from 255) = 36.14%
BLUE value IS 225 (88.28% from 255) = 39.47%
R=24.39%
G=36.14%
B=39.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1392062250.380.0800.12193.2658.971.37
Hex8BCEE12680Cc13b47
Octal213316341461001430173107
Binary100010111100111011100001100110100001100110000011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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