Html Css Color HEX #5ACEFA Maya Blue

📋 copy color: '#5ACEFA'

red 90 ◦ green 206 ◦ blue 250

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

Shades of Maya Blue #5ACEFA

Tints of Maya Blue #5ACEFA

RGB

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

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

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

R = 16.48%
G = 37.73%
B = 45.79%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5ACEFA (or 0x5ACEFA) is known color: Maya Blue. HEX triplet: 5A, CE and FA. RGB value is (90,206,250). Sum of RGB (Red+Green+Blue) = 90+206+250=546 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.48% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #5ACEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACEFA is #A53105. Grayscale: #B0B0B0. Windows color (decimal): -10825990 or 16436826. OLE color: 16436826.

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

Color convert

RGB 90 206 250 -
CMYK 0.64 0.18 0 0.02
HSL 196.5º 0.94% 0.67% -
HSV(B) 196.5º 0.64% 0.98% -
XYZ 43.54 53.22 98.42 -
YUV 176.33 169.57 66.42 -
System Red Green Blue C M Y K H S L
Decimal 90 206 250 0.64 0.18 0 0.02 196.5 0.94 0.67
Hex 5A CE FA 40 12 0 2 C4 5E 43
Octal 132 316 372 100 22 0 2 304 136 103
Binary 1011010 11001110 11111010 1000000 10010 0 10 11000100 1011110 1000011

Color Harmonies of #5ACEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACEFA

Black with #5ACEFA

Text Example


Text Example

White with #5ACEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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