#89AFFF

Color #89AFFF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #89AFFF

Tints of Maya Blue #89AFFF

Color information

#89AFFF (or 0x89AFFF) is unknown color: approx Maya Blue. HEX triplet: 89, AF and FF. RGB value is (137,175,255). Sum of RGB (Red+Green+Blue) = 137+175+255=567 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.16% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #89AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AFFF is #765000. Grayscale: #ACACAC. Windows color (decimal): -7753729 or 16756617. OLE color: 16756617.

HSL color Cylindrical-coordinate representation of color #89AFFF: hue angle of 220.68º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89AFFF is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB137175255-
CMYK0.460.3100
HSL220.68º100%76.86%-
HSV(B)220.68º46.27%100%-
XYZ43.743.2100.64-
YUV172.76174.41102.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.16%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 255 (100% from 255) = 44.97%
R=24.16%
G=30.86%
B=44.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371752550.460.3100220.6810076.86
Hex89AFFF2E1F00dd644d
Octal211257377563700335144115
Binary10001001101011111111111110111011111001101110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,175,255); }

 H1.HeaderClassName
 {
   color: #89AFFF;
 }
 .AnyTagClassName
 {
   color: #89AFFF;
 }
</style>
background-color css

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

 a { background-color: rgb(137,175,255); }

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

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

 span { border-color: rgb(137,175,255); }

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