Html Css Color HEX #5EBAFA Maya Blue

📋 copy color: '#5EBAFA'

red 94 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #5EBAFA

Tints of Maya Blue #5EBAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 17.74%
G = 35.09%
B = 47.17%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5EBAFA (or 0x5EBAFA) is known color: Maya Blue. HEX triplet: 5E, BA and FA. RGB value is (94,186,250). Sum of RGB (Red+Green+Blue) = 94+186+250=530 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.74% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #5EBAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBAFA is #A14505. Grayscale: #A5A5A5. Windows color (decimal): -10568966 or 16431710. OLE color: 16431710.

HSL color Cylindrical-coordinate representation of color #5EBAFA: hue angle of 204.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EBAFA is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 186 250 -
CMYK 0.62 0.26 0 0.02
HSL 204.62º 0.94% 0.67% -
HSV(B) 204.62º 0.62% 0.98% -
XYZ 39.43 44.4 96.93 -
YUV 165.79 175.52 76.8 -
System Red Green Blue C M Y K H S L
Decimal 94 186 250 0.62 0.26 0 0.02 204.62 0.94 0.67
Hex 5E BA FA 3E 1A 0 2 CD 5E 43
Octal 136 272 372 76 32 0 2 315 136 103
Binary 1011110 10111010 11111010 111110 11010 0 10 11001101 1011110 1000011

Color Harmonies of #5EBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBAFA

Black with #5EBAFA

Text Example


Text Example

White with #5EBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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