Html Css Color HEX #54BAFC Maya Blue

📋 copy color: '#54BAFC'

red 84 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #54BAFC

Tints of Maya Blue #54BAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.63%

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 16.09%
G = 35.63%
B = 48.28%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#54BAFC (or 0x54BAFC) is known color: Maya Blue. HEX triplet: 54, BA and FC. RGB value is (84,186,252). Sum of RGB (Red+Green+Blue) = 84+186+252=522 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.09% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #54BAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BAFC is #AB4503. Grayscale: #A2A2A2. Windows color (decimal): -11224324 or 16562772. OLE color: 16562772.

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

Color convert

RGB 84 186 252 -
CMYK 0.67 0.26 0 0.01
HSL 203.57º 0.97% 0.66% -
HSV(B) 203.57º 0.67% 0.99% -
XYZ 38.79 44.03 98.55 -
YUV 163.03 178.21 71.63 -
System Red Green Blue C M Y K H S L
Decimal 84 186 252 0.67 0.26 0 0.01 203.57 0.97 0.66
Hex 54 BA FC 43 1A 0 1 CC 61 42
Octal 124 272 374 103 32 0 1 314 141 102
Binary 1010100 10111010 11111100 1000011 11010 0 1 11001100 1100001 1000010

Color Harmonies of #54BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BAFC

Black with #54BAFC

Text Example


Text Example

White with #54BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,186,252); }

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

background-color css

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

 a { background-color: rgb(84,186,252); }

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

border-color css

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

 span { border-color: rgb(84,186,252); }

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