Html Css Color HEX #54C0FB Maya Blue

📋 copy color: '#54C0FB'

red 84 ◦ green 192 ◦ blue 251

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

Shades of Maya Blue #54C0FB

Tints of Maya Blue #54C0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 15.94%
G = 36.43%
B = 47.63%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54C0FB (or 0x54C0FB) is known color: Maya Blue. HEX triplet: 54, C0 and FB. RGB value is (84,192,251). Sum of RGB (Red+Green+Blue) = 84+192+251=527 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.94% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #54C0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C0FB is #AB3F04. Grayscale: #A6A6A6. Windows color (decimal): -11222789 or 16498772. OLE color: 16498772.

HSL color Cylindrical-coordinate representation of color #54C0FB: hue angle of 201.2º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54C0FB is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 192 251 -
CMYK 0.67 0.24 0 0.02
HSL 201.2º 0.95% 0.66% -
HSV(B) 201.2º 0.67% 0.98% -
XYZ 39.92 46.55 98.15 -
YUV 166.43 175.72 69.2 -
System Red Green Blue C M Y K H S L
Decimal 84 192 251 0.67 0.24 0 0.02 201.2 0.95 0.66
Hex 54 C0 FB 43 18 0 2 C9 5F 42
Octal 124 300 373 103 30 0 2 311 137 102
Binary 1010100 11000000 11111011 1000011 11000 0 10 11001001 1011111 1000010

Color Harmonies of #54C0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C0FB

Black with #54C0FB

Text Example


Text Example

White with #54C0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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