#8BC8EB

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

Shades of Anakiwa #8BC8EB

Tints of Anakiwa #8BC8EB

Color information

#8BC8EB (or 0x8BC8EB) is unknown color: approx Anakiwa. HEX triplet: 8B, C8 and EB. RGB value is (139,200,235). Sum of RGB (Red+Green+Blue) = 139+200+235=574 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.22% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BC8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC8EB is #743714. Grayscale: #B9B9B9. Windows color (decimal): -7616277 or 15452299. OLE color: 15452299.

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

Color convert

RGB139200235-
CMYK0.410.1500.08
HSL201.88º70.59%73.33%-
HSV(B)201.88º40.85%92.16%-
XYZ46.352.886.35-
YUV185.75155.7994.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.22%
GREEN value IS 200 (78.52% from 255) = 34.84%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=24.22%
G=34.84%
B=40.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392002350.410.1500.08201.8870.5973.33
Hex8BC8EB29F08ca4749
Octal2133103535117010312107111
Binary1000101111001000111010111010011111010001100101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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