#8BCCEA

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

Shades of Anakiwa #8BCCEA

Tints of Anakiwa #8BCCEA

Color information

#8BCCEA (or 0x8BCCEA) is unknown color: approx Anakiwa. HEX triplet: 8B, CC and EA. RGB value is (139,204,234). Sum of RGB (Red+Green+Blue) = 139+204+234=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BCCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCCEA is #743315. Grayscale: #BBBBBB. Windows color (decimal): -7615254 or 15387787. OLE color: 15387787.

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

Color convert

RGB139204234-
CMYK0.410.1300.08
HSL198.95º69.34%73.14%-
HSV(B)198.95º40.6%91.76%-
XYZ47.0954.6285.9-
YUV187.98153.9793.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.09%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=24.09%
G=35.36%
B=40.55%

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
Decimal1392042340.410.1300.08198.9569.3473.14
Hex8BCCEA29D08c74549
Octal2133143525115010307105111
Binary1000101111001100111010101010011101010001100011110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,204,234); }

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

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

 a { background-color: rgb(139,204,234); }

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

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

 span { border-color: rgb(139,204,234); }

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