Html Css Color HEX #5ECFFA Maya Blue

📋 copy color: '#5ECFFA'

red 94 ◦ green 207 ◦ blue 250

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

Shades of Maya Blue #5ECFFA

Tints of Maya Blue #5ECFFA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.57%

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

R = 17.06%
G = 37.57%
B = 45.37%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5ECFFA (or 0x5ECFFA) is known color: Maya Blue. HEX triplet: 5E, CF and FA. RGB value is (94,207,250). Sum of RGB (Red+Green+Blue) = 94+207+250=551 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.06% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #5ECFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECFFA is #A13005. Grayscale: #B1B1B1. Windows color (decimal): -10563590 or 16437086. OLE color: 16437086.

HSL color Cylindrical-coordinate representation of color #5ECFFA: hue angle of 196.54º 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 #5ECFFA is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 207 250 -
CMYK 0.62 0.17 0 0.02
HSL 196.54º 0.94% 0.67% -
HSV(B) 196.54º 0.62% 0.98% -
XYZ 44.18 53.91 98.52 -
YUV 178.12 168.56 68 -
System Red Green Blue C M Y K H S L
Decimal 94 207 250 0.62 0.17 0 0.02 196.54 0.94 0.67
Hex 5E CF FA 3E 11 0 2 C5 5E 43
Octal 136 317 372 76 21 0 2 305 136 103
Binary 1011110 11001111 11111010 111110 10001 0 10 11000101 1011110 1000011

Color Harmonies of #5ECFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECFFA

Black with #5ECFFA

Text Example


Text Example

White with #5ECFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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