Html Css Color HEX #5DAEFE Maya Blue

📋 copy color: '#5DAEFE'

red 93 ◦ green 174 ◦ blue 254

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

Shades of Maya Blue #5DAEFE

Tints of Maya Blue #5DAEFE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.4%

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 17.85%
G = 33.4%
B = 48.75%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5DAEFE (or 0x5DAEFE) is known color: Maya Blue. HEX triplet: 5D, AE and FE. RGB value is (93,174,254). Sum of RGB (Red+Green+Blue) = 93+174+254=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DAEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAEFE is #A25101. Grayscale: #9E9E9E. Windows color (decimal): -10637570 or 16690781. OLE color: 16690781.

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

Color convert

RGB 93 174 254 -
CMYK 0.63 0.31 0 0.00
HSL 209.81º 0.99% 0.68% -
HSV(B) 209.81º 0.63% 1% -
XYZ 37.54 39.76 99.46 -
YUV 158.9 181.66 81 -
System Red Green Blue C M Y K H S L
Decimal 93 174 254 0.63 0.31 0 0.00 209.81 0.99 0.68
Hex 5D AE FE 3F 1F 0 0 D2 63 44
Octal 135 256 376 77 37 0 0 322 143 104
Binary 1011101 10101110 11111110 111111 11111 0 0 11010010 1100011 1000100

Color Harmonies of #5DAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAEFE

Black with #5DAEFE

Text Example


Text Example

White with #5DAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,174,254); }

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

background-color css

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

 a { background-color: rgb(93,174,254); }

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

border-color css

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

 span { border-color: rgb(93,174,254); }

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