Html Css Color HEX #5DBDFA Maya Blue

📋 copy color: '#5DBDFA'

red 93 ◦ green 189 ◦ blue 250

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

Shades of Maya Blue #5DBDFA

Tints of Maya Blue #5DBDFA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.53%

 BLUE value IS 250 (98.05% from 255) = 46.99%

R = 17.48%
G = 35.53%
B = 46.99%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5DBDFA (or 0x5DBDFA) is known color: Maya Blue. HEX triplet: 5D, BD and FA. RGB value is (93,189,250). Sum of RGB (Red+Green+Blue) = 93+189+250=532 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.48% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DBDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBDFA is #A24205. Grayscale: #A6A6A6. Windows color (decimal): -10633734 or 16432477. OLE color: 16432477.

HSL color Cylindrical-coordinate representation of color #5DBDFA: hue angle of 203.31º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DBDFA is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 189 250 -
CMYK 0.63 0.24 0 0.02
HSL 203.31º 0.94% 0.67% -
HSV(B) 203.31º 0.63% 0.98% -
XYZ 39.97 45.62 97.14 -
YUV 167.25 174.7 75.04 -
System Red Green Blue C M Y K H S L
Decimal 93 189 250 0.63 0.24 0 0.02 203.31 0.94 0.67
Hex 5D BD FA 3F 18 0 2 CB 5E 43
Octal 135 275 372 77 30 0 2 313 136 103
Binary 1011101 10111101 11111010 111111 11000 0 10 11001011 1011110 1000011

Color Harmonies of #5DBDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBDFA

Black with #5DBDFA

Text Example


Text Example

White with #5DBDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,189,250); }

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

background-color css

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

 a { background-color: rgb(93,189,250); }

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

border-color css

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

 span { border-color: rgb(93,189,250); }

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