Html Css Color HEX #5EBFFF Maya Blue

📋 copy color: '#5EBFFF'

red 94 ◦ green 191 ◦ blue 255

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

Shades of Maya Blue #5EBFFF

Tints of Maya Blue #5EBFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 35.37%

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

R = 17.41%
G = 35.37%
B = 47.22%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5EBFFF (or 0x5EBFFF) is known color: Maya Blue. HEX triplet: 5E, BF and FF. RGB value is (94,191,255). Sum of RGB (Red+Green+Blue) = 94+191+255=540 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.41% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EBFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBFFF is #A14000. Grayscale: #A8A8A8. Windows color (decimal): -10567681 or 16760670. OLE color: 16760670.

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

Color convert

RGB 94 191 255 -
CMYK 0.63 0.25 0 0
HSL 203.85º 1% 0.68% -
HSV(B) 203.85º 0.63% 1% -
XYZ 41.3 46.86 101.48 -
YUV 169.29 176.36 74.3 -
System Red Green Blue C M Y K H S L
Decimal 94 191 255 0.63 0.25 0 0 203.85 1 0.68
Hex 5E BF FF 3F 19 0 0 CC 64 44
Octal 136 277 377 77 31 0 0 314 144 104
Binary 1011110 10111111 11111111 111111 11001 0 0 11001100 1100100 1000100

Color Harmonies of #5EBFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBFFF

Black with #5EBFFF

Text Example


Text Example

White with #5EBFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,191,255); }

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

background-color css

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

 a { background-color: rgb(94,191,255); }

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

border-color css

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

 span { border-color: rgb(94,191,255); }

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