Html Css Color HEX #5ACEFC Maya Blue

📋 copy color: '#5ACEFC'

red 90 ◦ green 206 ◦ blue 252

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

Shades of Maya Blue #5ACEFC

Tints of Maya Blue #5ACEFC

RGB

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

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

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

R = 16.42%
G = 37.59%
B = 45.99%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5ACEFC (or 0x5ACEFC) is known color: Maya Blue. HEX triplet: 5A, CE and FC. RGB value is (90,206,252). Sum of RGB (Red+Green+Blue) = 90+206+252=548 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.42% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #5ACEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACEFC is #A53103. Grayscale: #B0B0B0. Windows color (decimal): -10825988 or 16567898. OLE color: 16567898.

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

Color convert

RGB 90 206 252 -
CMYK 0.64 0.18 0 0.01
HSL 197.04º 0.96% 0.67% -
HSV(B) 197.04º 0.64% 0.99% -
XYZ 43.86 53.34 100.08 -
YUV 176.56 170.57 66.26 -
System Red Green Blue C M Y K H S L
Decimal 90 206 252 0.64 0.18 0 0.01 197.04 0.96 0.67
Hex 5A CE FC 40 12 0 1 C5 60 43
Octal 132 316 374 100 22 0 1 305 140 103
Binary 1011010 11001110 11111100 1000000 10010 0 1 11000101 1100000 1000011

Color Harmonies of #5ACEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACEFC

Black with #5ACEFC

Text Example


Text Example

White with #5ACEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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