#8BDBE7

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

Shades of Anakiwa #8BDBE7

Tints of Anakiwa #8BDBE7

Color information

#8BDBE7 (or 0x8BDBE7) is unknown color: approx Anakiwa. HEX triplet: 8B, DB and E7. RGB value is (139,219,231). Sum of RGB (Red+Green+Blue) = 139+219+231=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 231 (90.62% from 255 or 39.22% from 589); Max value from RGB is 231 - color contains mainly: blue. Hex color #8BDBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDBE7 is #742418. Grayscale: #C4C4C4. Windows color (decimal): -7611417 or 15195019. OLE color: 15195019.

HSL color Cylindrical-coordinate representation of color #8BDBE7: hue angle of 187.83º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BDBE7 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB139219231-
CMYK0.400.0500.09
HSL187.83º65.71%72.55%-
HSV(B)187.83º39.83%90.59%-
XYZ50.461.9284.9-
YUV196.45147.587.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.60%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 231 (90.62% from 255) = 39.22%
R=23.60%
G=37.18%
B=39.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392192310.400.0500.09187.8365.7172.55
Hex8BDBE728509bc4249
Octal213333347505011274102111
Binary100010111101101111100111101000101010011011110010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,219,231); }

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

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

 a { background-color: rgb(139,219,231); }

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

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

 span { border-color: rgb(139,219,231); }

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