Html Css Color HEX #5ABAFA Maya Blue

📋 copy color: '#5ABAFA'

red 90 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #5ABAFA

Tints of Maya Blue #5ABAFA

RGB

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

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

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

R = 17.11%
G = 35.36%
B = 47.53%

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

#5ABAFA (or 0x5ABAFA) is known color: Maya Blue. HEX triplet: 5A, BA and FA. RGB value is (90,186,250). Sum of RGB (Red+Green+Blue) = 90+186+250=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #5ABAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABAFA is #A54505. Grayscale: #A4A4A4. Windows color (decimal): -10831110 or 16431706. OLE color: 16431706.

HSL color Cylindrical-coordinate representation of color #5ABAFA: hue angle of 204º 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 #5ABAFA is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 186 250 -
CMYK 0.64 0.26 0 0.02
HSL 204º 0.94% 0.67% -
HSV(B) 204º 0.64% 0.98% -
XYZ 39.03 44.19 96.92 -
YUV 164.59 176.2 74.8 -
System Red Green Blue C M Y K H S L
Decimal 90 186 250 0.64 0.26 0 0.02 204 0.94 0.67
Hex 5A BA FA 40 1A 0 2 CC 5E 43
Octal 132 272 372 100 32 0 2 314 136 103
Binary 1011010 10111010 11111010 1000000 11010 0 10 11001100 1011110 1000011

Color Harmonies of #5ABAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABAFA

Black with #5ABAFA

Text Example


Text Example

White with #5ABAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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