Html Css Color HEX #89C1DC Anakiwa

📋 copy color: '#89C1DC'

red 137 ◦ green 193 ◦ blue 220

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

Shades of Anakiwa #89C1DC

Tints of Anakiwa #89C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.09%

 BLUE value IS 220 (86.33% from 255) = 40%

R = 24.91%
G = 35.09%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89C1DC (or 0x89C1DC) is known color: Anakiwa. HEX triplet: 89, C1 and DC. RGB value is (137,193,220). Sum of RGB (Red+Green+Blue) = 137+193+220=550 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.91% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #89C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C1DC is #763E23. Grayscale: #B3B3B3. Windows color (decimal): -7749156 or 14467465. OLE color: 14467465.

HSL color Cylindrical-coordinate representation of color #89C1DC: hue angle of 199.52º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89C1DC is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 193 220 -
CMYK 0.38 0.12 0 0.14
HSL 199.52º 0.54% 0.7% -
HSV(B) 199.52º 0.38% 0.86% -
XYZ 42.3 48.63 74.87 -
YUV 179.33 150.95 97.8 -
System Red Green Blue C M Y K H S L
Decimal 137 193 220 0.38 0.12 0 0.14 199.52 0.54 0.7
Hex 89 C1 DC 26 C 0 E C8 36 46
Octal 211 301 334 46 14 0 16 310 66 106
Binary 10001001 11000001 11011100 100110 1100 0 1110 11001000 110110 1000110

Color Harmonies of #89C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C1DC

Black with #89C1DC

Text Example


Text Example

White with #89C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,193,220); }

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

background-color css

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

 a { background-color: rgb(137,193,220); }

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

border-color css

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

 span { border-color: rgb(137,193,220); }

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