Html Css Color HEX #5EBAFD Maya Blue

📋 copy color: '#5EBAFD'

red 94 ◦ green 186 ◦ blue 253

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

Shades of Maya Blue #5EBAFD

Tints of Maya Blue #5EBAFD

RGB

 RED value IS 94 (37.11% from 255) = 17.64%

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

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

R = 17.64%
G = 34.9%
B = 47.47%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5EBAFD (or 0x5EBAFD) is known color: Maya Blue. HEX triplet: 5E, BA and FD. RGB value is (94,186,253). Sum of RGB (Red+Green+Blue) = 94+186+253=533 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.64% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #5EBAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBAFD is #A14502. Grayscale: #A5A5A5. Windows color (decimal): -10568963 or 16628318. OLE color: 16628318.

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

Color convert

RGB 94 186 253 -
CMYK 0.63 0.26 0 0.01
HSL 205.28º 0.98% 0.68% -
HSV(B) 205.28º 0.63% 0.99% -
XYZ 39.9 44.59 99.43 -
YUV 166.13 177.02 76.55 -
System Red Green Blue C M Y K H S L
Decimal 94 186 253 0.63 0.26 0 0.01 205.28 0.98 0.68
Hex 5E BA FD 3F 1A 0 1 CD 62 44
Octal 136 272 375 77 32 0 1 315 142 104
Binary 1011110 10111010 11111101 111111 11010 0 1 11001101 1100010 1000100

Color Harmonies of #5EBAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBAFD

Black with #5EBAFD

Text Example


Text Example

White with #5EBAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,186,253); }

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

background-color css

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

 a { background-color: rgb(94,186,253); }

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

border-color css

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

 span { border-color: rgb(94,186,253); }

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