#8BCBE2

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

Shades of Anakiwa #8BCBE2

Tints of Anakiwa #8BCBE2

Color information

#8BCBE2 (or 0x8BCBE2) is unknown color: approx Anakiwa. HEX triplet: 8B, CB and E2. RGB value is (139,203,226). Sum of RGB (Red+Green+Blue) = 139+203+226=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 226 - color contains mainly: blue. Hex color #8BCBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCBE2 is #74341D. Grayscale: #BABABA. Windows color (decimal): -7615518 or 14863243. OLE color: 14863243.

HSL color Cylindrical-coordinate representation of color #8BCBE2: hue angle of 195.86º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BCBE2 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB139203226-
CMYK0.380.1000.11
HSL195.86º60%71.57%-
HSV(B)195.86º38.5%88.63%-
XYZ45.7353.6979.9-
YUV186.49150.394.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.47%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 226 (88.67% from 255) = 39.79%
R=24.47%
G=35.74%
B=39.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1392032260.380.1000.11195.866071.57
Hex8BCBE226A0Bc43c48
Octal213313342461201330474110
Binary100010111100101111100010100110101001011110001001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,203,226); }

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

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

 a { background-color: rgb(139,203,226); }

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

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

 span { border-color: rgb(139,203,226); }

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