Html Css Color HEX #5AC0FC Maya Blue

📋 copy color: '#5AC0FC'

red 90 ◦ green 192 ◦ blue 252

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

Shades of Maya Blue #5AC0FC

Tints of Maya Blue #5AC0FC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.96%

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

R = 16.85%
G = 35.96%
B = 47.19%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5AC0FC (or 0x5AC0FC) is known color: Maya Blue. HEX triplet: 5A, C0 and FC. RGB value is (90,192,252). Sum of RGB (Red+Green+Blue) = 90+192+252=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #5AC0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC0FC is #A53F03. Grayscale: #A8A8A8. Windows color (decimal): -10829572 or 16564314. OLE color: 16564314.

HSL color Cylindrical-coordinate representation of color #5AC0FC: hue angle of 202.22º 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 #5AC0FC is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 90 192 252 -
CMYK 0.64 0.24 0 0.01
HSL 202.22º 0.96% 0.67% -
HSV(B) 202.22º 0.64% 0.99% -
XYZ 40.64 46.9 99.01 -
YUV 168.34 175.21 72.12 -
System Red Green Blue C M Y K H S L
Decimal 90 192 252 0.64 0.24 0 0.01 202.22 0.96 0.67
Hex 5A C0 FC 40 18 0 1 CA 60 43
Octal 132 300 374 100 30 0 1 312 140 103
Binary 1011010 11000000 11111100 1000000 11000 0 1 11001010 1100000 1000011

Color Harmonies of #5AC0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC0FC

Black with #5AC0FC

Text Example


Text Example

White with #5AC0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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