Html Css Color HEX #89C3DC Anakiwa

📋 copy color: '#89C3DC'

red 137 ◦ green 195 ◦ blue 220

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

Shades of Anakiwa #89C3DC

Tints of Anakiwa #89C3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.33%

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

R = 24.82%
G = 35.33%
B = 39.86%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89C3DC (or 0x89C3DC) is known color: Anakiwa. HEX triplet: 89, C3 and DC. RGB value is (137,195,220). Sum of RGB (Red+Green+Blue) = 137+195+220=552 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.82% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #89C3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C3DC is #763C23. Grayscale: #B4B4B4. Windows color (decimal): -7748644 or 14467977. OLE color: 14467977.

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

Color convert

RGB 137 195 220 -
CMYK 0.38 0.11 0 0.14
HSL 198.07º 0.54% 0.7% -
HSV(B) 198.07º 0.38% 0.86% -
XYZ 42.75 49.52 75.01 -
YUV 180.51 150.28 96.97 -
System Red Green Blue C M Y K H S L
Decimal 137 195 220 0.38 0.11 0 0.14 198.07 0.54 0.7
Hex 89 C3 DC 26 B 0 E C6 36 46
Octal 211 303 334 46 13 0 16 306 66 106
Binary 10001001 11000011 11011100 100110 1011 0 1110 11000110 110110 1000110

Color Harmonies of #89C3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C3DC

Black with #89C3DC

Text Example


Text Example

White with #89C3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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