#89C4DD

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

Shades of Anakiwa #89C4DD

Tints of Anakiwa #89C4DD

Color information

#89C4DD (or 0x89C4DD) is unknown color: approx Anakiwa. HEX triplet: 89, C4 and DD. RGB value is (137,196,221). Sum of RGB (Red+Green+Blue) = 137+196+221=554 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.73% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #89C4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C4DD is #763B22. Grayscale: #B5B5B5. Windows color (decimal): -7748387 or 14533769. OLE color: 14533769.

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

Color convert

RGB137196221-
CMYK0.380.1100.13
HSL197.86º55.26%70.2%-
HSV(B)197.86º38.01%86.67%-
XYZ43.1150.0275.79-
YUV181.21150.4596.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.73%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=24.73%
G=35.38%
B=39.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371962210.380.1100.13197.8655.2670.2
Hex89C4DD26B0Dc63746
Octal211304335461301530667106
Binary100010011100010011011101100110101101101110001101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,196,221); }

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

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

 a { background-color: rgb(137,196,221); }

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

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

 span { border-color: rgb(137,196,221); }

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