Html Css Color HEX #54BEFC Maya Blue

📋 copy color: '#54BEFC'

red 84 ◦ green 190 ◦ blue 252

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

Shades of Maya Blue #54BEFC

Tints of Maya Blue #54BEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.12%

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

R = 15.97%
G = 36.12%
B = 47.91%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#54BEFC (or 0x54BEFC) is known color: Maya Blue. HEX triplet: 54, BE and FC. RGB value is (84,190,252). Sum of RGB (Red+Green+Blue) = 84+190+252=526 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.97% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #54BEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BEFC is #AB4103. Grayscale: #A5A5A5. Windows color (decimal): -11223300 or 16563796. OLE color: 16563796.

HSL color Cylindrical-coordinate representation of color #54BEFC: hue angle of 202.14º 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 #54BEFC is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 84 190 252 -
CMYK 0.67 0.25 0 0.01
HSL 202.14º 0.97% 0.66% -
HSV(B) 202.14º 0.67% 0.99% -
XYZ 39.64 45.74 98.83 -
YUV 165.37 176.88 69.96 -
System Red Green Blue C M Y K H S L
Decimal 84 190 252 0.67 0.25 0 0.01 202.14 0.97 0.66
Hex 54 BE FC 43 19 0 1 CA 61 42
Octal 124 276 374 103 31 0 1 312 141 102
Binary 1010100 10111110 11111100 1000011 11001 0 1 11001010 1100001 1000010

Color Harmonies of #54BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BEFC

Black with #54BEFC

Text Example


Text Example

White with #54BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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