Html Css Color HEX #5AD1FF Maya Blue

📋 copy color: '#5AD1FF'

red 90 ◦ green 209 ◦ blue 255

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

Shades of Maya Blue #5AD1FF

Tints of Maya Blue #5AD1FF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.73%

 BLUE value IS 255 (100% from 255) = 46.03%

R = 16.25%
G = 37.73%
B = 46.03%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5AD1FF (or 0x5AD1FF) is known color: Maya Blue. HEX triplet: 5A, D1 and FF. RGB value is (90,209,255). Sum of RGB (Red+Green+Blue) = 90+209+255=554 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.25% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AD1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD1FF is #A52E00. Grayscale: #B2B2B2. Windows color (decimal): -10825217 or 16765274. OLE color: 16765274.

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

Color convert

RGB 90 209 255 -
CMYK 0.65 0.18 0 0
HSL 196.73º 1% 0.68% -
HSV(B) 196.73º 0.65% 1% -
XYZ 45.07 54.99 102.85 -
YUV 178.66 171.08 64.76 -
System Red Green Blue C M Y K H S L
Decimal 90 209 255 0.65 0.18 0 0 196.73 1 0.68
Hex 5A D1 FF 41 12 0 0 C5 64 44
Octal 132 321 377 101 22 0 0 305 144 104
Binary 1011010 11010001 11111111 1000001 10010 0 0 11000101 1100100 1000100

Color Harmonies of #5AD1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD1FF

Black with #5AD1FF

Text Example


Text Example

White with #5AD1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,209,255); }

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

background-color css

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

 a { background-color: rgb(90,209,255); }

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

border-color css

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

 span { border-color: rgb(90,209,255); }

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