Html Css Color HEX #54C0FD Maya Blue

📋 copy color: '#54C0FD'

red 84 ◦ green 192 ◦ blue 253

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

Shades of Maya Blue #54C0FD

Tints of Maya Blue #54C0FD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.29%

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

R = 15.88%
G = 36.29%
B = 47.83%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#54C0FD (or 0x54C0FD) is known color: Maya Blue. HEX triplet: 54, C0 and FD. RGB value is (84,192,253). Sum of RGB (Red+Green+Blue) = 84+192+253=529 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.88% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #54C0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C0FD is #AB3F02. Grayscale: #A6A6A6. Windows color (decimal): -11222787 or 16629844. OLE color: 16629844.

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

Color convert

RGB 84 192 253 -
CMYK 0.67 0.24 0 0.01
HSL 201.66º 0.98% 0.66% -
HSV(B) 201.66º 0.67% 0.99% -
XYZ 40.24 46.68 99.82 -
YUV 166.66 176.72 69.04 -
System Red Green Blue C M Y K H S L
Decimal 84 192 253 0.67 0.24 0 0.01 201.66 0.98 0.66
Hex 54 C0 FD 43 18 0 1 CA 62 42
Octal 124 300 375 103 30 0 1 312 142 102
Binary 1010100 11000000 11111101 1000011 11000 0 1 11001010 1100010 1000010

Color Harmonies of #54C0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C0FD

Black with #54C0FD

Text Example


Text Example

White with #54C0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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