Html Css Color HEX #5AC0FD Maya Blue

📋 copy color: '#5AC0FD'

red 90 ◦ green 192 ◦ blue 253

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

Shades of Maya Blue #5AC0FD

Tints of Maya Blue #5AC0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.29%

R = 16.82%
G = 35.89%
B = 47.29%

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

#5AC0FD (or 0x5AC0FD) is known color: Maya Blue. HEX triplet: 5A, C0 and FD. RGB value is (90,192,253). Sum of RGB (Red+Green+Blue) = 90+192+253=535 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.82% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #5AC0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC0FD is #A53F02. Grayscale: #A8A8A8. Windows color (decimal): -10829571 or 16629850. OLE color: 16629850.

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

Color convert

RGB 90 192 253 -
CMYK 0.64 0.24 0 0.01
HSL 202.45º 0.98% 0.67% -
HSV(B) 202.45º 0.64% 0.99% -
XYZ 40.8 46.96 99.84 -
YUV 168.46 175.71 72.04 -
System Red Green Blue C M Y K H S L
Decimal 90 192 253 0.64 0.24 0 0.01 202.45 0.98 0.67
Hex 5A C0 FD 40 18 0 1 CA 62 43
Octal 132 300 375 100 30 0 1 312 142 103
Binary 1011010 11000000 11111101 1000000 11000 0 1 11001010 1100010 1000011

Color Harmonies of #5AC0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC0FD

Black with #5AC0FD

Text Example


Text Example

White with #5AC0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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