Html Css Color HEX #54C0FC Maya Blue

📋 copy color: '#54C0FC'

red 84 ◦ green 192 ◦ blue 252

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

Shades of Maya Blue #54C0FC

Tints of Maya Blue #54C0FC

RGB

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

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

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

R = 15.91%
G = 36.36%
B = 47.73%

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

#54C0FC (or 0x54C0FC) is known color: Maya Blue. HEX triplet: 54, C0 and FC. RGB value is (84,192,252). Sum of RGB (Red+Green+Blue) = 84+192+252=528 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.91% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #54C0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C0FC is #AB3F03. Grayscale: #A6A6A6. Windows color (decimal): -11222788 or 16564308. OLE color: 16564308.

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

Color convert

RGB 84 192 252 -
CMYK 0.67 0.24 0 0.01
HSL 201.43º 0.97% 0.66% -
HSV(B) 201.43º 0.67% 0.99% -
XYZ 40.08 46.61 98.98 -
YUV 166.55 176.22 69.12 -
System Red Green Blue C M Y K H S L
Decimal 84 192 252 0.67 0.24 0 0.01 201.43 0.97 0.66
Hex 54 C0 FC 43 18 0 1 C9 61 42
Octal 124 300 374 103 30 0 1 311 141 102
Binary 1010100 11000000 11111100 1000011 11000 0 1 11001001 1100001 1000010

Color Harmonies of #54C0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C0FC

Black with #54C0FC

Text Example


Text Example

White with #54C0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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