Html Css Color HEX #89B0FE Maya Blue

📋 copy color: '#89B0FE'

red 137 ◦ green 176 ◦ blue 254

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

Shades of Maya Blue #89B0FE

Tints of Maya Blue #89B0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.04%

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 24.16%
G = 31.04%
B = 44.8%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#89B0FE (or 0x89B0FE) is known color: Maya Blue. HEX triplet: 89, B0 and FE. RGB value is (137,176,254). Sum of RGB (Red+Green+Blue) = 137+176+254=567 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.16% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #89B0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89B0FE is #764F01. Grayscale: #ACACAC. Windows color (decimal): -7753474 or 16691337. OLE color: 16691337.

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

Color convert

RGB 137 176 254 -
CMYK 0.46 0.31 0 0.00
HSL 220º 0.98% 0.77% -
HSV(B) 220º 0.46% 1% -
XYZ 43.73 43.52 99.86 -
YUV 173.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 137 176 254 0.46 0.31 0 0.00 220 0.98 0.77
Hex 89 B0 FE 2E 1F 0 0 DC 62 4D
Octal 211 260 376 56 37 0 0 334 142 115
Binary 10001001 10110000 11111110 101110 11111 0 0 11011100 1100010 1001101

Color Harmonies of #89B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B0FE

Black with #89B0FE

Text Example


Text Example

White with #89B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,176,254); }

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

background-color css

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

 a { background-color: rgb(137,176,254); }

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

border-color css

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

 span { border-color: rgb(137,176,254); }

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