Html Css Color HEX #54BEFD Maya Blue

📋 copy color: '#54BEFD'

red 84 ◦ green 190 ◦ blue 253

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

Shades of Maya Blue #54BEFD

Tints of Maya Blue #54BEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 15.94%
G = 36.05%
B = 48.01%

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

#54BEFD (or 0x54BEFD) is known color: Maya Blue. HEX triplet: 54, BE and FD. RGB value is (84,190,253). Sum of RGB (Red+Green+Blue) = 84+190+253=527 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.94% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #54BEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BEFD is #AB4102. Grayscale: #A5A5A5. Windows color (decimal): -11223299 or 16629332. OLE color: 16629332.

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

Color convert

RGB 84 190 253 -
CMYK 0.67 0.25 0 0.01
HSL 202.37º 0.98% 0.66% -
HSV(B) 202.37º 0.67% 0.99% -
XYZ 39.8 45.8 99.67 -
YUV 165.49 177.38 69.88 -
System Red Green Blue C M Y K H S L
Decimal 84 190 253 0.67 0.25 0 0.01 202.37 0.98 0.66
Hex 54 BE FD 43 19 0 1 CA 62 42
Octal 124 276 375 103 31 0 1 312 142 102
Binary 1010100 10111110 11111101 1000011 11001 0 1 11001010 1100010 1000010

Color Harmonies of #54BEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BEFD

Black with #54BEFD

Text Example


Text Example

White with #54BEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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