Html Css Color HEX #5AB8FA Maya Blue

📋 copy color: '#5AB8FA'

red 90 ◦ green 184 ◦ blue 250

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

Shades of Maya Blue #5AB8FA

Tints of Maya Blue #5AB8FA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.11%

 BLUE value IS 250 (98.05% from 255) = 47.71%

R = 17.18%
G = 35.11%
B = 47.71%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5AB8FA (or 0x5AB8FA) is known color: Maya Blue. HEX triplet: 5A, B8 and FA. RGB value is (90,184,250). Sum of RGB (Red+Green+Blue) = 90+184+250=524 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.18% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #5AB8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB8FA is #A54705. Grayscale: #A3A3A3. Windows color (decimal): -10831622 or 16431194. OLE color: 16431194.

HSL color Cylindrical-coordinate representation of color #5AB8FA: hue angle of 204.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AB8FA is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 184 250 -
CMYK 0.64 0.26 0 0.02
HSL 204.75º 0.94% 0.67% -
HSV(B) 204.75º 0.64% 0.98% -
XYZ 38.61 43.36 96.78 -
YUV 163.42 176.86 75.63 -
System Red Green Blue C M Y K H S L
Decimal 90 184 250 0.64 0.26 0 0.02 204.75 0.94 0.67
Hex 5A B8 FA 40 1A 0 2 CD 5E 43
Octal 132 270 372 100 32 0 2 315 136 103
Binary 1011010 10111000 11111010 1000000 11010 0 10 11001101 1011110 1000011

Color Harmonies of #5AB8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB8FA

Black with #5AB8FA

Text Example


Text Example

White with #5AB8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,184,250); }

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

background-color css

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

 a { background-color: rgb(90,184,250); }

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

border-color css

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

 span { border-color: rgb(90,184,250); }

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