Html Css Color HEX #54BCFD Maya Blue

📋 copy color: '#54BCFD'

red 84 ◦ green 188 ◦ blue 253

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

Shades of Maya Blue #54BCFD

Tints of Maya Blue #54BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.81%

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

R = 16%
G = 35.81%
B = 48.19%

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

#54BCFD (or 0x54BCFD) is known color: Maya Blue. HEX triplet: 54, BC and FD. RGB value is (84,188,253). Sum of RGB (Red+Green+Blue) = 84+188+253=525 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #54BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BCFD is #AB4302. Grayscale: #A3A3A3. Windows color (decimal): -11223811 or 16628820. OLE color: 16628820.

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

Color convert

RGB 84 188 253 -
CMYK 0.67 0.26 0 0.01
HSL 203.08º 0.98% 0.66% -
HSV(B) 203.08º 0.67% 0.99% -
XYZ 39.37 44.94 99.53 -
YUV 164.31 178.04 70.71 -
System Red Green Blue C M Y K H S L
Decimal 84 188 253 0.67 0.26 0 0.01 203.08 0.98 0.66
Hex 54 BC FD 43 1A 0 1 CB 62 42
Octal 124 274 375 103 32 0 1 313 142 102
Binary 1010100 10111100 11111101 1000011 11010 0 1 11001011 1100010 1000010

Color Harmonies of #54BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BCFD

Black with #54BCFD

Text Example


Text Example

White with #54BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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