#89C0DB

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

Shades of Anakiwa #89C0DB

Tints of Anakiwa #89C0DB

Color information

#89C0DB (or 0x89C0DB) is unknown color: approx Anakiwa. HEX triplet: 89, C0 and DB. RGB value is (137,192,219). Sum of RGB (Red+Green+Blue) = 137+192+219=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #89C0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C0DB is #763F24. Grayscale: #B2B2B2. Windows color (decimal): -7749413 or 14401673. OLE color: 14401673.

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

Color convert

RGB137192219-
CMYK0.370.1200.14
HSL199.76º53.25%69.8%-
HSV(B)199.76º37.44%85.88%-
XYZ41.9548.1374.1-
YUV178.63150.7898.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25%
GREEN value IS 192 (75.39% from 255) = 35.04%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=25%
G=35.04%
B=39.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371922190.370.1200.14199.7653.2569.8
Hex89C0DB25C0Ec83546
Octal211300333451401631065106
Binary100010011100000011011011100101110001110110010001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,192,219); }

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

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

 a { background-color: rgb(137,192,219); }

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

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

 span { border-color: rgb(137,192,219); }

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