Html Css Color HEX #5DBAFF Maya Blue

📋 copy color: '#5DBAFF'

red 93 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #5DBAFF

Tints of Maya Blue #5DBAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.83%

 BLUE value IS 255 (100% from 255) = 47.75%

R = 17.42%
G = 34.83%
B = 47.75%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5DBAFF (or 0x5DBAFF) is known color: Maya Blue. HEX triplet: 5D, BA and FF. RGB value is (93,186,255). Sum of RGB (Red+Green+Blue) = 93+186+255=534 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.42% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBAFF is #A24500. Grayscale: #A5A5A5. Windows color (decimal): -10634497 or 16759389. OLE color: 16759389.

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

Color convert

RGB 93 186 255 -
CMYK 0.64 0.27 0 0
HSL 205.56º 1% 0.68% -
HSV(B) 205.56º 0.64% 1% -
XYZ 40.12 44.66 101.11 -
YUV 166.06 178.19 75.89 -
System Red Green Blue C M Y K H S L
Decimal 93 186 255 0.64 0.27 0 0 205.56 1 0.68
Hex 5D BA FF 40 1B 0 0 CE 64 44
Octal 135 272 377 100 33 0 0 316 144 104
Binary 1011101 10111010 11111111 1000000 11011 0 0 11001110 1100100 1000100

Color Harmonies of #5DBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBAFF

Black with #5DBAFF

Text Example


Text Example

White with #5DBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,186,255); }

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

background-color css

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

 a { background-color: rgb(93,186,255); }

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

border-color css

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

 span { border-color: rgb(93,186,255); }

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