Html Css Color HEX #54B1FE Maya Blue

📋 copy color: '#54B1FE'

red 84 ◦ green 177 ◦ blue 254

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

Shades of Maya Blue #54B1FE

Tints of Maya Blue #54B1FE

RGB

 RED value IS 84 (33.2% from 255) = 16.31%

 GREEN value IS 177 (69.53% from 255) = 34.37%

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

R = 16.31%
G = 34.37%
B = 49.32%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#54B1FE (or 0x54B1FE) is known color: Maya Blue. HEX triplet: 54, B1 and FE. RGB value is (84,177,254). Sum of RGB (Red+Green+Blue) = 84+177+254=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #54B1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B1FE is #AB4E01. Grayscale: #9D9D9D. Windows color (decimal): -11226626 or 16691540. OLE color: 16691540.

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

Color convert

RGB 84 177 254 -
CMYK 0.67 0.30 0 0.00
HSL 207.18º 0.99% 0.66% -
HSV(B) 207.18º 0.67% 1% -
XYZ 37.27 40.48 99.62 -
YUV 157.97 182.19 75.24 -
System Red Green Blue C M Y K H S L
Decimal 84 177 254 0.67 0.30 0 0.00 207.18 0.99 0.66
Hex 54 B1 FE 43 1E 0 0 CF 63 42
Octal 124 261 376 103 36 0 0 317 143 102
Binary 1010100 10110001 11111110 1000011 11110 0 0 11001111 1100011 1000010

Color Harmonies of #54B1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B1FE

Black with #54B1FE

Text Example


Text Example

White with #54B1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54B1FE; }

 p { color: rgb(84,177,254); }

 H1.HeaderClassName
 {
   color: #54B1FE;
 }
 .AnyTagClassName
 {
   color: #54B1FE;
 }
</style>

background-color css

<style>
 a { background-color: #54B1FE; }

 a { background-color: rgb(84,177,254); }

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

border-color css

<style>
 span { border-color: #54B1FE; }

 span { border-color: rgb(84,177,254); }

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