Html Css Color HEX #54CEFF Maya Blue

📋 copy color: '#54CEFF'

red 84 ◦ green 206 ◦ blue 255

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

Shades of Maya Blue #54CEFF

Tints of Maya Blue #54CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.8%

 BLUE value IS 255 (100% from 255) = 46.79%

R = 15.41%
G = 37.8%
B = 46.79%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#54CEFF (or 0x54CEFF) is known color: Maya Blue. HEX triplet: 54, CE and FF. RGB value is (84,206,255). Sum of RGB (Red+Green+Blue) = 84+206+255=545 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.41% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #54CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEFF is #AB3100. Grayscale: #AEAEAE. Windows color (decimal): -11219201 or 16764500. OLE color: 16764500.

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

Color convert

RGB 84 206 255 -
CMYK 0.67 0.19 0 0
HSL 197.19º 1% 0.66% -
HSV(B) 197.19º 0.67% 1% -
XYZ 43.78 53.25 102.58 -
YUV 175.11 173.08 63.02 -
System Red Green Blue C M Y K H S L
Decimal 84 206 255 0.67 0.19 0 0 197.19 1 0.66
Hex 54 CE FF 43 13 0 0 C5 64 42
Octal 124 316 377 103 23 0 0 305 144 102
Binary 1010100 11001110 11111111 1000011 10011 0 0 11000101 1100100 1000010

Color Harmonies of #54CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CEFF

Black with #54CEFF

Text Example


Text Example

White with #54CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,206,255); }

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

background-color css

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

 a { background-color: rgb(84,206,255); }

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

border-color css

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

 span { border-color: rgb(84,206,255); }

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