#8BCDE1

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

Shades of Anakiwa #8BCDE1

Tints of Anakiwa #8BCDE1

Color information

#8BCDE1 (or 0x8BCDE1) is unknown color: approx Anakiwa. HEX triplet: 8B, CD and E1. RGB value is (139,205,225). Sum of RGB (Red+Green+Blue) = 139+205+225=569 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.43% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #8BCDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDE1 is #74321E. Grayscale: #BBBBBB. Windows color (decimal): -7615007 or 14798219. OLE color: 14798219.

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

Color convert

RGB139205225-
CMYK0.380.0900.12
HSL193.95º58.9%71.37%-
HSV(B)193.95º38.22%88.24%-
XYZ46.0754.5979.34-
YUV187.55149.1393.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.43%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 225 (88.28% from 255) = 39.54%
R=24.43%
G=36.03%
B=39.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1392052250.380.0900.12193.9558.971.37
Hex8BCDE12690Cc23b47
Octal213315341461101430273107
Binary100010111100110111100001100110100101100110000101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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