Html Css Color HEX #89C1DD Anakiwa

📋 copy color: '#89C1DD'

red 137 ◦ green 193 ◦ blue 221

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

Shades of Anakiwa #89C1DD

Tints of Anakiwa #89C1DD

RGB

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

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

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

R = 24.86%
G = 35.03%
B = 40.11%

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

#89C1DD (or 0x89C1DD) is known color: Anakiwa. HEX triplet: 89, C1 and DD. RGB value is (137,193,221). Sum of RGB (Red+Green+Blue) = 137+193+221=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #89C1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C1DD is #763E22. Grayscale: #B3B3B3. Windows color (decimal): -7749155 or 14533001. OLE color: 14533001.

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

Color convert

RGB 137 193 221 -
CMYK 0.38 0.13 0 0.13
HSL 200º 0.55% 0.7% -
HSV(B) 200º 0.38% 0.87% -
XYZ 42.44 48.68 75.57 -
YUV 179.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 137 193 221 0.38 0.13 0 0.13 200 0.55 0.7
Hex 89 C1 DD 26 D 0 D C8 37 46
Octal 211 301 335 46 15 0 15 310 67 106
Binary 10001001 11000001 11011101 100110 1101 0 1101 11001000 110111 1000110

Color Harmonies of #89C1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C1DD

Black with #89C1DD

Text Example


Text Example

White with #89C1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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