Html Css Color HEX #5DADFF Maya Blue

📋 copy color: '#5DADFF'

red 93 ◦ green 173 ◦ blue 255

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

Shades of Maya Blue #5DADFF

Tints of Maya Blue #5DADFF

RGB

 RED value IS 93 (36.72% from 255) = 17.85%

 GREEN value IS 173 (67.97% from 255) = 33.21%

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

R = 17.85%
G = 33.21%
B = 48.94%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5DADFF (or 0x5DADFF) is known color: Maya Blue. HEX triplet: 5D, AD and FF. RGB value is (93,173,255). Sum of RGB (Red+Green+Blue) = 93+173+255=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DADFF is #A25200. Grayscale: #9E9E9E. Windows color (decimal): -10637825 or 16756061. OLE color: 16756061.

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

Color convert

RGB 93 173 255 -
CMYK 0.64 0.32 0 0
HSL 210.37º 1% 0.68% -
HSV(B) 210.37º 0.64% 1% -
XYZ 37.51 39.43 100.24 -
YUV 158.43 182.5 81.33 -
System Red Green Blue C M Y K H S L
Decimal 93 173 255 0.64 0.32 0 0 210.37 1 0.68
Hex 5D AD FF 40 20 0 0 D2 64 44
Octal 135 255 377 100 40 0 0 322 144 104
Binary 1011101 10101101 11111111 1000000 100000 0 0 11010010 1100100 1000100

Color Harmonies of #5DADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DADFF

Black with #5DADFF

Text Example


Text Example

White with #5DADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,173,255); }

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

background-color css

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

 a { background-color: rgb(93,173,255); }

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

border-color css

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

 span { border-color: rgb(93,173,255); }

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