Html Css Color HEX #54CCFE Maya Blue

📋 copy color: '#54CCFE'

red 84 ◦ green 204 ◦ blue 254

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

Shades of Maya Blue #54CCFE

Tints of Maya Blue #54CCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.64%

 BLUE value IS 254 (99.61% from 255) = 46.86%

R = 15.5%
G = 37.64%
B = 46.86%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#54CCFE (or 0x54CCFE) is known color: Maya Blue. HEX triplet: 54, CC and FE. RGB value is (84,204,254). Sum of RGB (Red+Green+Blue) = 84+204+254=542 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.50% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #54CCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CCFE is #AB3301. Grayscale: #ADADAD. Windows color (decimal): -11219714 or 16698452. OLE color: 16698452.

HSL color Cylindrical-coordinate representation of color #54CCFE: hue angle of 197.65º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54CCFE is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 84 204 254 -
CMYK 0.67 0.20 0 0.00
HSL 197.65º 0.99% 0.66% -
HSV(B) 197.65º 0.67% 1% -
XYZ 43.14 52.23 101.57 -
YUV 173.82 173.24 63.93 -
System Red Green Blue C M Y K H S L
Decimal 84 204 254 0.67 0.20 0 0.00 197.65 0.99 0.66
Hex 54 CC FE 43 14 0 0 C6 63 42
Octal 124 314 376 103 24 0 0 306 143 102
Binary 1010100 11001100 11111110 1000011 10100 0 0 11000110 1100011 1000010

Color Harmonies of #54CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CCFE

Black with #54CCFE

Text Example


Text Example

White with #54CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,204,254); }

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

background-color css

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

 a { background-color: rgb(84,204,254); }

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

border-color css

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

 span { border-color: rgb(84,204,254); }

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