#8BCAEB

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

Shades of Anakiwa #8BCAEB

Tints of Anakiwa #8BCAEB

Color information

#8BCAEB (or 0x8BCAEB) is unknown color: approx Anakiwa. HEX triplet: 8B, CA and EB. RGB value is (139,202,235). Sum of RGB (Red+Green+Blue) = 139+202+235=576 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.13% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BCAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCAEB is #743514. Grayscale: #BABABA. Windows color (decimal): -7615765 or 15452811. OLE color: 15452811.

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

Color convert

RGB139202235-
CMYK0.410.1400.08
HSL200.62º70.59%73.33%-
HSV(B)200.62º40.85%92.16%-
XYZ46.7653.7386.5-
YUV186.92155.1393.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.13%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=24.13%
G=35.07%
B=40.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392022350.410.1400.08200.6270.5973.33
Hex8BCAEB29E08c94749
Octal2133123535116010311107111
Binary1000101111001010111010111010011110010001100100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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