Html Css Color HEX #5AB2FE Maya Blue

📋 copy color: '#5AB2FE'

red 90 ◦ green 178 ◦ blue 254

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

Shades of Maya Blue #5AB2FE

Tints of Maya Blue #5AB2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.1%

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

R = 17.24%
G = 34.1%
B = 48.66%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5AB2FE (or 0x5AB2FE) is known color: Maya Blue. HEX triplet: 5A, B2 and FE. RGB value is (90,178,254). Sum of RGB (Red+Green+Blue) = 90+178+254=522 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.24% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AB2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB2FE is #A54D01. Grayscale: #9F9F9F. Windows color (decimal): -10833154 or 16691802. OLE color: 16691802.

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

Color convert

RGB 90 178 254 -
CMYK 0.65 0.30 0 0.00
HSL 207.8º 0.99% 0.67% -
HSV(B) 207.8º 0.65% 1% -
XYZ 38.03 41.17 99.71 -
YUV 160.35 180.85 77.82 -
System Red Green Blue C M Y K H S L
Decimal 90 178 254 0.65 0.30 0 0.00 207.8 0.99 0.67
Hex 5A B2 FE 41 1E 0 0 D0 63 43
Octal 132 262 376 101 36 0 0 320 143 103
Binary 1011010 10110010 11111110 1000001 11110 0 0 11010000 1100011 1000011

Color Harmonies of #5AB2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB2FE

Black with #5AB2FE

Text Example


Text Example

White with #5AB2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,178,254); }

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

background-color css

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

 a { background-color: rgb(90,178,254); }

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

border-color css

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

 span { border-color: rgb(90,178,254); }

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