Html Css Color HEX #5AC0FB Maya Blue

📋 copy color: '#5AC0FB'

red 90 ◦ green 192 ◦ blue 251

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

Shades of Maya Blue #5AC0FB

Tints of Maya Blue #5AC0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.09%

R = 16.89%
G = 36.02%
B = 47.09%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5AC0FB (or 0x5AC0FB) is known color: Maya Blue. HEX triplet: 5A, C0 and FB. RGB value is (90,192,251). Sum of RGB (Red+Green+Blue) = 90+192+251=533 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.89% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AC0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC0FB is #A53F04. Grayscale: #A7A7A7. Windows color (decimal): -10829573 or 16498778. OLE color: 16498778.

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

Color convert

RGB 90 192 251 -
CMYK 0.64 0.24 0 0.02
HSL 201.99º 0.95% 0.67% -
HSV(B) 201.99º 0.64% 0.98% -
XYZ 40.48 46.84 98.17 -
YUV 168.23 174.71 72.2 -
System Red Green Blue C M Y K H S L
Decimal 90 192 251 0.64 0.24 0 0.02 201.99 0.95 0.67
Hex 5A C0 FB 40 18 0 2 CA 5F 43
Octal 132 300 373 100 30 0 2 312 137 103
Binary 1011010 11000000 11111011 1000000 11000 0 10 11001010 1011111 1000011

Color Harmonies of #5AC0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC0FB

Black with #5AC0FB

Text Example


Text Example

White with #5AC0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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