Html Css Color HEX #89C8EB Anakiwa

📋 copy color: '#89C8EB'

red 137 ◦ green 200 ◦ blue 235

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

Shades of Anakiwa #89C8EB

Tints of Anakiwa #89C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.97%

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

R = 23.95%
G = 34.97%
B = 41.08%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#89C8EB (or 0x89C8EB) is known color: Anakiwa. HEX triplet: 89, C8 and EB. RGB value is (137,200,235). Sum of RGB (Red+Green+Blue) = 137+200+235=572 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.95% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #89C8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C8EB is #763714. Grayscale: #B8B8B8. Windows color (decimal): -7747349 or 15452297. OLE color: 15452297.

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

Color convert

RGB 137 200 235 -
CMYK 0.42 0.15 0 0.08
HSL 201.43º 0.71% 0.73% -
HSV(B) 201.43º 0.42% 0.92% -
XYZ 45.97 52.63 86.33 -
YUV 185.15 156.13 93.65 -
System Red Green Blue C M Y K H S L
Decimal 137 200 235 0.42 0.15 0 0.08 201.43 0.71 0.73
Hex 89 C8 EB 2A F 0 8 C9 47 49
Octal 211 310 353 52 17 0 10 311 107 111
Binary 10001001 11001000 11101011 101010 1111 0 1000 11001001 1000111 1001001

Color Harmonies of #89C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C8EB

Black with #89C8EB

Text Example


Text Example

White with #89C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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