Html Css Color HEX #54BFFA Maya Blue

📋 copy color: '#54BFFA'

red 84 ◦ green 191 ◦ blue 250

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

Shades of Maya Blue #54BFFA

Tints of Maya Blue #54BFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 36.38%

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 16%
G = 36.38%
B = 47.62%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54BFFA (or 0x54BFFA) is known color: Maya Blue. HEX triplet: 54, BF and FA. RGB value is (84,191,250). Sum of RGB (Red+Green+Blue) = 84+191+250=525 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #54BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BFFA is #AB4005. Grayscale: #A5A5A5. Windows color (decimal): -11223046 or 16432980. OLE color: 16432980.

HSL color Cylindrical-coordinate representation of color #54BFFA: hue angle of 201.33º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54BFFA is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 191 250 -
CMYK 0.66 0.24 0 0.02
HSL 201.33º 0.94% 0.65% -
HSV(B) 201.33º 0.66% 0.98% -
XYZ 39.54 46.05 97.25 -
YUV 165.73 175.55 69.7 -
System Red Green Blue C M Y K H S L
Decimal 84 191 250 0.66 0.24 0 0.02 201.33 0.94 0.65
Hex 54 BF FA 42 18 0 2 C9 5E 41
Octal 124 277 372 102 30 0 2 311 136 101
Binary 1010100 10111111 11111010 1000010 11000 0 10 11001001 1011110 1000001

Color Harmonies of #54BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BFFA

Black with #54BFFA

Text Example


Text Example

White with #54BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,191,250); }

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

background-color css

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

 a { background-color: rgb(84,191,250); }

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

border-color css

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

 span { border-color: rgb(84,191,250); }

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