Html Css Color HEX #5EBAFC Maya Blue

📋 copy color: '#5EBAFC'

red 94 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #5EBAFC

Tints of Maya Blue #5EBAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.37%

R = 17.67%
G = 34.96%
B = 47.37%

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

#5EBAFC (or 0x5EBAFC) is known color: Maya Blue. HEX triplet: 5E, BA and FC. RGB value is (94,186,252). Sum of RGB (Red+Green+Blue) = 94+186+252=532 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.67% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #5EBAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBAFC is #A14503. Grayscale: #A5A5A5. Windows color (decimal): -10568964 or 16562782. OLE color: 16562782.

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

Color convert

RGB 94 186 252 -
CMYK 0.63 0.26 0 0.01
HSL 205.06º 0.96% 0.68% -
HSV(B) 205.06º 0.63% 0.99% -
XYZ 39.75 44.53 98.59 -
YUV 166.02 176.52 76.63 -
System Red Green Blue C M Y K H S L
Decimal 94 186 252 0.63 0.26 0 0.01 205.06 0.96 0.68
Hex 5E BA FC 3F 1A 0 1 CD 60 44
Octal 136 272 374 77 32 0 1 315 140 104
Binary 1011110 10111010 11111100 111111 11010 0 1 11001101 1100000 1000100

Color Harmonies of #5EBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBAFC

Black with #5EBAFC

Text Example


Text Example

White with #5EBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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