Html Css Color HEX #89C6EC Anakiwa

📋 copy color: '#89C6EC'

red 137 ◦ green 198 ◦ blue 236

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

Shades of Anakiwa #89C6EC

Tints of Anakiwa #89C6EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.33%

R = 23.99%
G = 34.68%
B = 41.33%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#89C6EC (or 0x89C6EC) is known color: Anakiwa. HEX triplet: 89, C6 and EC. RGB value is (137,198,236). Sum of RGB (Red+Green+Blue) = 137+198+236=571 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.99% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #89C6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C6EC is #763913. Grayscale: #B7B7B7. Windows color (decimal): -7747860 or 15517321. OLE color: 15517321.

HSL color Cylindrical-coordinate representation of color #89C6EC: hue angle of 203.03º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89C6EC is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 198 236 -
CMYK 0.42 0.16 0 0.07
HSL 203.03º 0.72% 0.73% -
HSV(B) 203.03º 0.42% 0.93% -
XYZ 45.65 51.76 86.94 -
YUV 184.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 137 198 236 0.42 0.16 0 0.07 203.03 0.72 0.73
Hex 89 C6 EC 2A 10 0 7 CB 48 49
Octal 211 306 354 52 20 0 7 313 110 111
Binary 10001001 11000110 11101100 101010 10000 0 111 11001011 1001000 1001001

Color Harmonies of #89C6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C6EC

Black with #89C6EC

Text Example


Text Example

White with #89C6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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