Html Css Color HEX #5ABAFE Maya Blue

📋 copy color: '#5ABAFE'

red 90 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #5ABAFE

Tints of Maya Blue #5ABAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.09%

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

R = 16.98%
G = 35.09%
B = 47.92%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5ABAFE (or 0x5ABAFE) is known color: Maya Blue. HEX triplet: 5A, BA and FE. RGB value is (90,186,254). Sum of RGB (Red+Green+Blue) = 90+186+254=530 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.98% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ABAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABAFE is #A54501. Grayscale: #A4A4A4. Windows color (decimal): -10831106 or 16693850. OLE color: 16693850.

HSL color Cylindrical-coordinate representation of color #5ABAFE: hue angle of 204.88º 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 #5ABAFE is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 90 186 254 -
CMYK 0.65 0.27 0 0.00
HSL 204.88º 0.99% 0.67% -
HSV(B) 204.88º 0.65% 1% -
XYZ 39.66 44.45 100.25 -
YUV 165.05 178.2 74.47 -
System Red Green Blue C M Y K H S L
Decimal 90 186 254 0.65 0.27 0 0.00 204.88 0.99 0.67
Hex 5A BA FE 41 1B 0 0 CD 63 43
Octal 132 272 376 101 33 0 0 315 143 103
Binary 1011010 10111010 11111110 1000001 11011 0 0 11001101 1100011 1000011

Color Harmonies of #5ABAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABAFE

Black with #5ABAFE

Text Example


Text Example

White with #5ABAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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