#89C3DE

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

Shades of Anakiwa #89C3DE

Tints of Anakiwa #89C3DE

Color information

#89C3DE (or 0x89C3DE) is unknown color: approx Anakiwa. HEX triplet: 89, C3 and DE. RGB value is (137,195,222). Sum of RGB (Red+Green+Blue) = 137+195+222=554 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.73% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #89C3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C3DE is #763C21. Grayscale: #B4B4B4. Windows color (decimal): -7748642 or 14599049. OLE color: 14599049.

HSL color Cylindrical-coordinate representation of color #89C3DE: hue angle of 199.06º degrees, saturation: 0.56, 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 #89C3DE is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137195222-
CMYK0.380.1200.13
HSL199.06º56.29%70.39%-
HSV(B)199.06º38.29%87.06%-
XYZ43.0249.6276.42-
YUV180.74151.2896.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.73%
GREEN value IS 195 (76.56% from 255) = 35.20%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=24.73%
G=35.20%
B=40.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371952220.380.1200.13199.0656.2970.39
Hex89C3DE26C0Dc73846
Octal211303336461401530770106
Binary100010011100001111011110100110110001101110001111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,195,222); }

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

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

 a { background-color: rgb(137,195,222); }

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

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

 span { border-color: rgb(137,195,222); }

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