#8BCFEA

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

Shades of Anakiwa #8BCFEA

Tints of Anakiwa #8BCFEA

Color information

#8BCFEA (or 0x8BCFEA) is unknown color: approx Anakiwa. HEX triplet: 8B, CF and EA. RGB value is (139,207,234). Sum of RGB (Red+Green+Blue) = 139+207+234=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BCFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCFEA is #743015. Grayscale: #BDBDBD. Windows color (decimal): -7614486 or 15388555. OLE color: 15388555.

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

Color convert

RGB139207234-
CMYK0.410.1200.08
HSL197.05º69.34%73.14%-
HSV(B)197.05º40.6%91.76%-
XYZ47.8156.0686.14-
YUV189.75152.9791.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.97%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=23.97%
G=35.69%
B=40.34%

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
Decimal1392072340.410.1200.08197.0569.3473.14
Hex8BCFEA29C08c54549
Octal2133173525114010305105111
Binary1000101111001111111010101010011100010001100010110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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