Html Css Color HEX #5ACEFE Maya Blue

📋 copy color: '#5ACEFE'

red 90 ◦ green 206 ◦ blue 254

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

Shades of Maya Blue #5ACEFE

Tints of Maya Blue #5ACEFE

RGB

 RED value IS 90 (35.55% from 255) = 16.36%

 GREEN value IS 206 (80.86% from 255) = 37.45%

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

R = 16.36%
G = 37.45%
B = 46.18%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5ACEFE (or 0x5ACEFE) is known color: Maya Blue. HEX triplet: 5A, CE and FE. RGB value is (90,206,254). Sum of RGB (Red+Green+Blue) = 90+206+254=550 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.36% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ACEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACEFE is #A53101. Grayscale: #B0B0B0. Windows color (decimal): -10825986 or 16698970. OLE color: 16698970.

HSL color Cylindrical-coordinate representation of color #5ACEFE: hue angle of 197.56º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ACEFE is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 90 206 254 -
CMYK 0.65 0.19 0 0.00
HSL 197.56º 0.99% 0.67% -
HSV(B) 197.56º 0.65% 1% -
XYZ 44.18 53.47 101.76 -
YUV 176.79 171.57 66.1 -
System Red Green Blue C M Y K H S L
Decimal 90 206 254 0.65 0.19 0 0.00 197.56 0.99 0.67
Hex 5A CE FE 41 13 0 0 C6 63 43
Octal 132 316 376 101 23 0 0 306 143 103
Binary 1011010 11001110 11111110 1000001 10011 0 0 11000110 1100011 1000011

Color Harmonies of #5ACEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACEFE

Black with #5ACEFE

Text Example


Text Example

White with #5ACEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,206,254); }

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

background-color css

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

 a { background-color: rgb(90,206,254); }

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

border-color css

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

 span { border-color: rgb(90,206,254); }

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