Html Css Color HEX #5DADFD Maya Blue

📋 copy color: '#5DADFD'

red 93 ◦ green 173 ◦ blue 253

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

Shades of Maya Blue #5DADFD

Tints of Maya Blue #5DADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 17.92%
G = 33.33%
B = 48.75%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5DADFD (or 0x5DADFD) is known color: Maya Blue. HEX triplet: 5D, AD and FD. RGB value is (93,173,253). Sum of RGB (Red+Green+Blue) = 93+173+253=519 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.92% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DADFD is #A25202. Grayscale: #9D9D9D. Windows color (decimal): -10637827 or 16624989. OLE color: 16624989.

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

Color convert

RGB 93 173 253 -
CMYK 0.63 0.32 0 0.01
HSL 210º 0.98% 0.68% -
HSV(B) 210º 0.63% 0.99% -
XYZ 37.19 39.31 98.56 -
YUV 158.2 181.5 81.5 -
System Red Green Blue C M Y K H S L
Decimal 93 173 253 0.63 0.32 0 0.01 210 0.98 0.68
Hex 5D AD FD 3F 20 0 1 D2 62 44
Octal 135 255 375 77 40 0 1 322 142 104
Binary 1011101 10101101 11111101 111111 100000 0 1 11010010 1100010 1000100

Color Harmonies of #5DADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DADFD

Black with #5DADFD

Text Example


Text Example

White with #5DADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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