Html Css Color HEX #89C0DD Anakiwa

📋 copy color: '#89C0DD'

red 137 ◦ green 192 ◦ blue 221

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

Shades of Anakiwa #89C0DD

Tints of Anakiwa #89C0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.91%

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 24.91%
G = 34.91%
B = 40.18%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89C0DD (or 0x89C0DD) is known color: Anakiwa. HEX triplet: 89, C0 and DD. RGB value is (137,192,221). Sum of RGB (Red+Green+Blue) = 137+192+221=550 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.91% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #89C0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C0DD is #763F22. Grayscale: #B2B2B2. Windows color (decimal): -7749411 or 14532745. OLE color: 14532745.

HSL color Cylindrical-coordinate representation of color #89C0DD: hue angle of 200.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89C0DD is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 192 221 -
CMYK 0.38 0.13 0 0.13
HSL 200.71º 0.55% 0.7% -
HSV(B) 200.71º 0.38% 0.87% -
XYZ 42.22 48.24 75.49 -
YUV 178.86 151.78 98.14 -
System Red Green Blue C M Y K H S L
Decimal 137 192 221 0.38 0.13 0 0.13 200.71 0.55 0.7
Hex 89 C0 DD 26 D 0 D C9 37 46
Octal 211 300 335 46 15 0 15 311 67 106
Binary 10001001 11000000 11011101 100110 1101 0 1101 11001001 110111 1000110

Color Harmonies of #89C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C0DD

Black with #89C0DD

Text Example


Text Example

White with #89C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,192,221); }

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

background-color css

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

 a { background-color: rgb(137,192,221); }

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

border-color css

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

 span { border-color: rgb(137,192,221); }

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