Html Css Color HEX #5DAFFE Maya Blue

📋 copy color: '#5DAFFE'

red 93 ◦ green 175 ◦ blue 254

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

Shades of Maya Blue #5DAFFE

Tints of Maya Blue #5DAFFE

RGB

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

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

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

R = 17.82%
G = 33.52%
B = 48.66%

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

#5DAFFE (or 0x5DAFFE) is known color: Maya Blue. HEX triplet: 5D, AF and FE. RGB value is (93,175,254). Sum of RGB (Red+Green+Blue) = 93+175+254=522 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.82% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DAFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAFFE is #A25001. Grayscale: #9F9F9F. Windows color (decimal): -10637314 or 16691037. OLE color: 16691037.

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

Color convert

RGB 93 175 254 -
CMYK 0.63 0.31 0 0.00
HSL 209.44º 0.99% 0.68% -
HSV(B) 209.44º 0.63% 1% -
XYZ 37.73 40.14 99.53 -
YUV 159.49 181.33 80.58 -
System Red Green Blue C M Y K H S L
Decimal 93 175 254 0.63 0.31 0 0.00 209.44 0.99 0.68
Hex 5D AF FE 3F 1F 0 0 D1 63 44
Octal 135 257 376 77 37 0 0 321 143 104
Binary 1011101 10101111 11111110 111111 11111 0 0 11010001 1100011 1000100

Color Harmonies of #5DAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAFFE

Black with #5DAFFE

Text Example


Text Example

White with #5DAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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