Html Css Color HEX #5ACBFE Maya Blue

📋 copy color: '#5ACBFE'

red 90 ◦ green 203 ◦ blue 254

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

Shades of Maya Blue #5ACBFE

Tints of Maya Blue #5ACBFE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.11%

 BLUE value IS 254 (99.61% from 255) = 46.44%

R = 16.45%
G = 37.11%
B = 46.44%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5ACBFE (or 0x5ACBFE) is known color: Maya Blue. HEX triplet: 5A, CB and FE. RGB value is (90,203,254). Sum of RGB (Red+Green+Blue) = 90+203+254=547 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.45% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ACBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACBFE is #A53401. Grayscale: #AEAEAE. Windows color (decimal): -10826754 or 16698202. OLE color: 16698202.

HSL color Cylindrical-coordinate representation of color #5ACBFE: hue angle of 198.66º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ACBFE is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 90 203 254 -
CMYK 0.65 0.20 0 0.00
HSL 198.66º 0.99% 0.67% -
HSV(B) 198.66º 0.65% 1% -
XYZ 43.46 52.04 101.52 -
YUV 175.03 172.56 67.35 -
System Red Green Blue C M Y K H S L
Decimal 90 203 254 0.65 0.20 0 0.00 198.66 0.99 0.67
Hex 5A CB FE 41 14 0 0 C7 63 43
Octal 132 313 376 101 24 0 0 307 143 103
Binary 1011010 11001011 11111110 1000001 10100 0 0 11000111 1100011 1000011

Color Harmonies of #5ACBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACBFE

Black with #5ACBFE

Text Example


Text Example

White with #5ACBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,203,254); }

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

background-color css

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

 a { background-color: rgb(90,203,254); }

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

border-color css

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

 span { border-color: rgb(90,203,254); }

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