Html Css Color HEX #5AB1FF Maya Blue

📋 copy color: '#5AB1FF'

red 90 ◦ green 177 ◦ blue 255

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

Shades of Maya Blue #5AB1FF

Tints of Maya Blue #5AB1FF

RGB

 RED value IS 90 (35.55% from 255) = 17.24%

 GREEN value IS 177 (69.53% from 255) = 33.91%

 BLUE value IS 255 (100% from 255) = 48.85%

R = 17.24%
G = 33.91%
B = 48.85%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5AB1FF (or 0x5AB1FF) is known color: Maya Blue. HEX triplet: 5A, B1 and FF. RGB value is (90,177,255). Sum of RGB (Red+Green+Blue) = 90+177+255=522 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.24% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AB1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB1FF is #A54E00. Grayscale: #9F9F9F. Windows color (decimal): -10833409 or 16757082. OLE color: 16757082.

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

Color convert

RGB 90 177 255 -
CMYK 0.65 0.31 0 0
HSL 208.36º 1% 0.68% -
HSV(B) 208.36º 0.65% 1% -
XYZ 37.99 40.84 100.49 -
YUV 159.88 181.68 78.16 -
System Red Green Blue C M Y K H S L
Decimal 90 177 255 0.65 0.31 0 0 208.36 1 0.68
Hex 5A B1 FF 41 1F 0 0 D0 64 44
Octal 132 261 377 101 37 0 0 320 144 104
Binary 1011010 10110001 11111111 1000001 11111 0 0 11010000 1100100 1000100

Color Harmonies of #5AB1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB1FF

Black with #5AB1FF

Text Example


Text Example

White with #5AB1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AB1FF; }

 p { color: rgb(90,177,255); }

 H1.HeaderClassName
 {
   color: #5AB1FF;
 }
 .AnyTagClassName
 {
   color: #5AB1FF;
 }
</style>

background-color css

<style>
 a { background-color: #5AB1FF; }

 a { background-color: rgb(90,177,255); }

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

border-color css

<style>
 span { border-color: #5AB1FF; }

 span { border-color: rgb(90,177,255); }

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