Html Css Color HEX #89C0DE Anakiwa

📋 copy color: '#89C0DE'

red 137 ◦ green 192 ◦ blue 222

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

Shades of Anakiwa #89C0DE

Tints of Anakiwa #89C0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.29%

R = 24.86%
G = 34.85%
B = 40.29%

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

#89C0DE (or 0x89C0DE) is known color: Anakiwa. HEX triplet: 89, C0 and DE. RGB value is (137,192,222). Sum of RGB (Red+Green+Blue) = 137+192+222=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #89C0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C0DE is #763F21. Grayscale: #B2B2B2. Windows color (decimal): -7749410 or 14598281. OLE color: 14598281.

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

Color convert

RGB 137 192 222 -
CMYK 0.38 0.14 0 0.13
HSL 201.18º 0.56% 0.7% -
HSV(B) 201.18º 0.38% 0.87% -
XYZ 42.35 48.29 76.2 -
YUV 178.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 137 192 222 0.38 0.14 0 0.13 201.18 0.56 0.7
Hex 89 C0 DE 26 E 0 D C9 38 46
Octal 211 300 336 46 16 0 15 311 70 106
Binary 10001001 11000000 11011110 100110 1110 0 1101 11001001 111000 1000110

Color Harmonies of #89C0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C0DE

Black with #89C0DE

Text Example


Text Example

White with #89C0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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