#89BFDC

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

Shades of Anakiwa #89BFDC

Tints of Anakiwa #89BFDC

Color information

#89BFDC (or 0x89BFDC) is unknown color: approx Anakiwa. HEX triplet: 89, BF and DC. RGB value is (137,191,220). Sum of RGB (Red+Green+Blue) = 137+191+220=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #89BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFDC is #764023. Grayscale: #B1B1B1. Windows color (decimal): -7749668 or 14466953. OLE color: 14466953.

HSL color Cylindrical-coordinate representation of color #89BFDC: hue angle of 200.96º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89BFDC is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137191220-
CMYK0.380.1300.14
HSL200.96º54.25%70%-
HSV(B)200.96º37.73%86.27%-
XYZ41.8747.7574.72-
YUV178.16151.6198.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25%
GREEN value IS 191 (75% from 255) = 34.85%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=25%
G=34.85%
B=40.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371912200.380.1300.14200.9654.2570
Hex89BFDC26D0Ec93646
Octal211277334461501631166106
Binary100010011011111111011100100110110101110110010011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89BFDC; }

 p { color: rgb(137,191,220); }

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

<style>
 a { background-color: #89BFDC; }

 a { background-color: rgb(137,191,220); }

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

<style>
 span { border-color: #89BFDC; }

 span { border-color: rgb(137,191,220); }

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