Html Css Color HEX #5DAFFD Maya Blue

📋 copy color: '#5DAFFD'

red 93 ◦ green 175 ◦ blue 253

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

Shades of Maya Blue #5DAFFD

Tints of Maya Blue #5DAFFD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.59%

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

R = 17.85%
G = 33.59%
B = 48.56%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5DAFFD (or 0x5DAFFD) is known color: Maya Blue. HEX triplet: 5D, AF and FD. RGB value is (93,175,253). Sum of RGB (Red+Green+Blue) = 93+175+253=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DAFFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAFFD is #A25002. Grayscale: #9E9E9E. Windows color (decimal): -10637315 or 16625501. OLE color: 16625501.

HSL color Cylindrical-coordinate representation of color #5DAFFD: hue angle of 209.25º 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 #5DAFFD is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 175 253 -
CMYK 0.63 0.31 0 0.01
HSL 209.25º 0.98% 0.68% -
HSV(B) 209.25º 0.63% 0.99% -
XYZ 37.57 40.08 98.68 -
YUV 159.37 180.83 80.66 -
System Red Green Blue C M Y K H S L
Decimal 93 175 253 0.63 0.31 0 0.01 209.25 0.98 0.68
Hex 5D AF FD 3F 1F 0 1 D1 62 44
Octal 135 257 375 77 37 0 1 321 142 104
Binary 1011101 10101111 11111101 111111 11111 0 1 11010001 1100010 1000100

Color Harmonies of #5DAFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAFFD

Black with #5DAFFD

Text Example


Text Example

White with #5DAFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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