Html Css Color HEX #89C5DF Anakiwa

📋 copy color: '#89C5DF'

red 137 ◦ green 197 ◦ blue 223

#89C5DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anakiwa #89C5DF

Tints of Anakiwa #89C5DF

RGB

 RED value IS 137 (53.91% from 255) = 24.6%

 GREEN value IS 197 (77.34% from 255) = 35.37%

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 24.6%
G = 35.37%
B = 40.04%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89C5DF (or 0x89C5DF) is known color: Anakiwa. HEX triplet: 89, C5 and DF. RGB value is (137,197,223). Sum of RGB (Red+Green+Blue) = 137+197+223=557 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.60% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #89C5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C5DF is #763A20. Grayscale: #B5B5B5. Windows color (decimal): -7748129 or 14665097. OLE color: 14665097.

HSL color Cylindrical-coordinate representation of color #89C5DF: hue angle of 198.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89C5DF is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 197 223 -
CMYK 0.39 0.12 0 0.13
HSL 198.14º 0.57% 0.71% -
HSV(B) 198.14º 0.39% 0.87% -
XYZ 43.6 50.58 77.28 -
YUV 182.02 151.12 95.89 -
System Red Green Blue C M Y K H S L
Decimal 137 197 223 0.39 0.12 0 0.13 198.14 0.57 0.71
Hex 89 C5 DF 27 C 0 D C6 39 47
Octal 211 305 337 47 14 0 15 306 71 107
Binary 10001001 11000101 11011111 100111 1100 0 1101 11000110 111001 1000111

Color Harmonies of #89C5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C5DF

Black with #89C5DF

Text Example


Text Example

White with #89C5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,197,223); }

 H1.HeaderClassName
 {
   color: #89C5DF;
 }
 .AnyTagClassName
 {
   color: #89C5DF;
 }
</style>

background-color css

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

 a { background-color: rgb(137,197,223); }

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

border-color css

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

 span { border-color: rgb(137,197,223); }

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