Html Css Color HEX #89BFDD Anakiwa

📋 copy color: '#89BFDD'

red 137 ◦ green 191 ◦ blue 221

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

Shades of Anakiwa #89BFDD

Tints of Anakiwa #89BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 34.79%

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

R = 24.95%
G = 34.79%
B = 40.26%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89BFDD (or 0x89BFDD) is known color: Anakiwa. HEX triplet: 89, BF and DD. RGB value is (137,191,221). Sum of RGB (Red+Green+Blue) = 137+191+221=549 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.95% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #89BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFDD is #764022. Grayscale: #B2B2B2. Windows color (decimal): -7749667 or 14532489. OLE color: 14532489.

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

Color convert

RGB 137 191 221 -
CMYK 0.38 0.14 0 0.13
HSL 201.43º 0.55% 0.7% -
HSV(B) 201.43º 0.38% 0.87% -
XYZ 42 47.8 75.42 -
YUV 178.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 137 191 221 0.38 0.14 0 0.13 201.43 0.55 0.7
Hex 89 BF DD 26 E 0 D C9 37 46
Octal 211 277 335 46 16 0 15 311 67 106
Binary 10001001 10111111 11011101 100110 1110 0 1101 11001001 110111 1000110

Color Harmonies of #89BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BFDD

Black with #89BFDD

Text Example


Text Example

White with #89BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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