Html Css Color HEX #5ACAF5 Maya Blue

📋 copy color: '#5ACAF5'

red 90 ◦ green 202 ◦ blue 245

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

Shades of Maya Blue #5ACAF5

Tints of Maya Blue #5ACAF5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.62%

 BLUE value IS 245 (96.09% from 255) = 45.62%

R = 16.76%
G = 37.62%
B = 45.62%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5ACAF5 (or 0x5ACAF5) is known color: Maya Blue. HEX triplet: 5A, CA and F5. RGB value is (90,202,245). Sum of RGB (Red+Green+Blue) = 90+202+245=537 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.76% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #5ACAF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACAF5 is #A5350A. Grayscale: #ADADAD. Windows color (decimal): -10827019 or 16108122. OLE color: 16108122.

HSL color Cylindrical-coordinate representation of color #5ACAF5: hue angle of 196.65º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ACAF5 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 202 245 -
CMYK 0.63 0.18 0 0.04
HSL 196.65º 0.89% 0.66% -
HSV(B) 196.65º 0.63% 0.96% -
XYZ 41.82 51.01 94.03 -
YUV 173.41 168.39 68.5 -
System Red Green Blue C M Y K H S L
Decimal 90 202 245 0.63 0.18 0 0.04 196.65 0.89 0.66
Hex 5A CA F5 3F 12 0 4 C5 59 42
Octal 132 312 365 77 22 0 4 305 131 102
Binary 1011010 11001010 11110101 111111 10010 0 100 11000101 1011001 1000010

Color Harmonies of #5ACAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACAF5

Black with #5ACAF5

Text Example


Text Example

White with #5ACAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,202,245); }

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

background-color css

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

 a { background-color: rgb(90,202,245); }

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

border-color css

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

 span { border-color: rgb(90,202,245); }

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