Html Css Color HEX #89C6DF Anakiwa

📋 copy color: '#89C6DF'

red 137 ◦ green 198 ◦ blue 223

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

Shades of Anakiwa #89C6DF

Tints of Anakiwa #89C6DF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.48%

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

R = 24.55%
G = 35.48%
B = 39.96%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89C6DF (or 0x89C6DF) is known color: Anakiwa. HEX triplet: 89, C6 and DF. RGB value is (137,198,223). Sum of RGB (Red+Green+Blue) = 137+198+223=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #89C6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C6DF is #763920. Grayscale: #B6B6B6. Windows color (decimal): -7747873 or 14665353. OLE color: 14665353.

HSL color Cylindrical-coordinate representation of color #89C6DF: hue angle of 197.44º 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 #89C6DF is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 198 223 -
CMYK 0.39 0.11 0 0.13
HSL 197.44º 0.57% 0.71% -
HSV(B) 197.44º 0.39% 0.87% -
XYZ 43.83 51.03 77.35 -
YUV 182.61 150.79 95.47 -
System Red Green Blue C M Y K H S L
Decimal 137 198 223 0.39 0.11 0 0.13 197.44 0.57 0.71
Hex 89 C6 DF 27 B 0 D C5 39 47
Octal 211 306 337 47 13 0 15 305 71 107
Binary 10001001 11000110 11011111 100111 1011 0 1101 11000101 111001 1000111

Color Harmonies of #89C6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C6DF

Black with #89C6DF

Text Example


Text Example

White with #89C6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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