Html Css Color HEX #5EBAFE Maya Blue

📋 copy color: '#5EBAFE'

red 94 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #5EBAFE

Tints of Maya Blue #5EBAFE

RGB

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

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

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

R = 17.6%
G = 34.83%
B = 47.57%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5EBAFE (or 0x5EBAFE) is known color: Maya Blue. HEX triplet: 5E, BA and FE. RGB value is (94,186,254). Sum of RGB (Red+Green+Blue) = 94+186+254=534 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.60% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBAFE is #A14501. Grayscale: #A5A5A5. Windows color (decimal): -10568962 or 16693854. OLE color: 16693854.

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

Color convert

RGB 94 186 254 -
CMYK 0.63 0.27 0 0.00
HSL 205.5º 0.99% 0.68% -
HSV(B) 205.5º 0.63% 1% -
XYZ 40.06 44.65 100.27 -
YUV 166.24 177.52 76.47 -
System Red Green Blue C M Y K H S L
Decimal 94 186 254 0.63 0.27 0 0.00 205.5 0.99 0.68
Hex 5E BA FE 3F 1B 0 0 CE 63 44
Octal 136 272 376 77 33 0 0 316 143 104
Binary 1011110 10111010 11111110 111111 11011 0 0 11001110 1100011 1000100

Color Harmonies of #5EBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBAFE

Black with #5EBAFE

Text Example


Text Example

White with #5EBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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