#8BD2EB

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

Shades of Anakiwa #8BD2EB

Tints of Anakiwa #8BD2EB

Color information

#8BD2EB (or 0x8BD2EB) is unknown color: approx Anakiwa. HEX triplet: 8B, D2 and EB. RGB value is (139,210,235). Sum of RGB (Red+Green+Blue) = 139+210+235=584 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.80% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD2EB is #742D14. Grayscale: #BFBFBF. Windows color (decimal): -7613717 or 15454859. OLE color: 15454859.

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

Color convert

RGB139210235-
CMYK0.410.1100.08
HSL195.62º70.59%73.33%-
HSV(B)195.62º40.85%92.16%-
XYZ48.6957.5887.15-
YUV191.62152.4890.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.80%
GREEN value IS 210 (82.42% from 255) = 35.96%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=23.80%
G=35.96%
B=40.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392102350.410.1100.08195.6270.5973.33
Hex8BD2EB29B08c44749
Octal2133223535113010304107111
Binary1000101111010010111010111010011011010001100010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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