Html Css Color HEX #89BEDC Anakiwa

📋 copy color: '#89BEDC'

red 137 ◦ green 190 ◦ blue 220

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

Shades of Anakiwa #89BEDC

Tints of Anakiwa #89BEDC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.73%

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

R = 25.05%
G = 34.73%
B = 40.22%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89BEDC (or 0x89BEDC) is known color: Anakiwa. HEX triplet: 89, BE and DC. RGB value is (137,190,220). Sum of RGB (Red+Green+Blue) = 137+190+220=547 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.05% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #89BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BEDC is #764123. Grayscale: #B1B1B1. Windows color (decimal): -7749924 or 14466697. OLE color: 14466697.

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

Color convert

RGB 137 190 220 -
CMYK 0.38 0.14 0 0.14
HSL 201.69º 0.54% 0.7% -
HSV(B) 201.69º 0.38% 0.86% -
XYZ 41.65 47.31 74.65 -
YUV 177.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 137 190 220 0.38 0.14 0 0.14 201.69 0.54 0.7
Hex 89 BE DC 26 E 0 E CA 36 46
Octal 211 276 334 46 16 0 16 312 66 106
Binary 10001001 10111110 11011100 100110 1110 0 1110 11001010 110110 1000110

Color Harmonies of #89BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BEDC

Black with #89BEDC

Text Example


Text Example

White with #89BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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