Html Css Color HEX #5ABAFC Maya Blue

📋 copy color: '#5ABAFC'

red 90 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #5ABAFC

Tints of Maya Blue #5ABAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 17.05%
G = 35.23%
B = 47.73%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5ABAFC (or 0x5ABAFC) is known color: Maya Blue. HEX triplet: 5A, BA and FC. RGB value is (90,186,252). Sum of RGB (Red+Green+Blue) = 90+186+252=528 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.05% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #5ABAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABAFC is #A54503. Grayscale: #A4A4A4. Windows color (decimal): -10831108 or 16562778. OLE color: 16562778.

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

Color convert

RGB 90 186 252 -
CMYK 0.64 0.26 0 0.01
HSL 204.44º 0.96% 0.67% -
HSV(B) 204.44º 0.64% 0.99% -
XYZ 39.35 44.32 98.58 -
YUV 164.82 177.2 74.63 -
System Red Green Blue C M Y K H S L
Decimal 90 186 252 0.64 0.26 0 0.01 204.44 0.96 0.67
Hex 5A BA FC 40 1A 0 1 CC 60 43
Octal 132 272 374 100 32 0 1 314 140 103
Binary 1011010 10111010 11111100 1000000 11010 0 1 11001100 1100000 1000011

Color Harmonies of #5ABAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABAFC

Black with #5ABAFC

Text Example


Text Example

White with #5ABAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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