Html Css Color HEX #89C6EB Anakiwa

📋 copy color: '#89C6EB'

red 137 ◦ green 198 ◦ blue 235

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

Shades of Anakiwa #89C6EB

Tints of Anakiwa #89C6EB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.74%

 BLUE value IS 235 (92.19% from 255) = 41.23%

R = 24.04%
G = 34.74%
B = 41.23%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#89C6EB (or 0x89C6EB) is known color: Anakiwa. HEX triplet: 89, C6 and EB. RGB value is (137,198,235). Sum of RGB (Red+Green+Blue) = 137+198+235=570 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.04% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #89C6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C6EB is #763914. Grayscale: #B7B7B7. Windows color (decimal): -7747861 or 15451785. OLE color: 15451785.

HSL color Cylindrical-coordinate representation of color #89C6EB: hue angle of 202.65º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89C6EB is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 198 235 -
CMYK 0.42 0.16 0 0.08
HSL 202.65º 0.71% 0.73% -
HSV(B) 202.65º 0.42% 0.92% -
XYZ 45.51 51.7 86.18 -
YUV 183.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 137 198 235 0.42 0.16 0 0.08 202.65 0.71 0.73
Hex 89 C6 EB 2A 10 0 8 CB 47 49
Octal 211 306 353 52 20 0 10 313 107 111
Binary 10001001 11000110 11101011 101010 10000 0 1000 11001011 1000111 1001001

Color Harmonies of #89C6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C6EB

Black with #89C6EB

Text Example


Text Example

White with #89C6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,198,235); }

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

background-color css

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

 a { background-color: rgb(137,198,235); }

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

border-color css

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

 span { border-color: rgb(137,198,235); }

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