Html Css Color HEX #5AD3FF Maya Blue

📋 copy color: '#5AD3FF'

red 90 ◦ green 211 ◦ blue 255

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

Shades of Maya Blue #5AD3FF

Tints of Maya Blue #5AD3FF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.95%

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

R = 16.19%
G = 37.95%
B = 45.86%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5AD3FF (or 0x5AD3FF) is known color: Maya Blue. HEX triplet: 5A, D3 and FF. RGB value is (90,211,255). Sum of RGB (Red+Green+Blue) = 90+211+255=556 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.19% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AD3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD3FF is #A52C00. Grayscale: #B3B3B3. Windows color (decimal): -10824705 or 16765786. OLE color: 16765786.

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

Color convert

RGB 90 211 255 -
CMYK 0.65 0.17 0 0
HSL 196º 1% 0.68% -
HSV(B) 196º 0.65% 1% -
XYZ 45.56 55.98 103.01 -
YUV 179.84 170.41 63.92 -
System Red Green Blue C M Y K H S L
Decimal 90 211 255 0.65 0.17 0 0 196 1 0.68
Hex 5A D3 FF 41 11 0 0 C4 64 44
Octal 132 323 377 101 21 0 0 304 144 104
Binary 1011010 11010011 11111111 1000001 10001 0 0 11000100 1100100 1000100

Color Harmonies of #5AD3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD3FF

Black with #5AD3FF

Text Example


Text Example

White with #5AD3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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