Html Css Color HEX #54CEFC Maya Blue

📋 copy color: '#54CEFC'

red 84 ◦ green 206 ◦ blue 252

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

Shades of Maya Blue #54CEFC

Tints of Maya Blue #54CEFC

RGB

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

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

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

R = 15.5%
G = 38.01%
B = 46.49%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#54CEFC (or 0x54CEFC) is known color: Maya Blue. HEX triplet: 54, CE and FC. RGB value is (84,206,252). Sum of RGB (Red+Green+Blue) = 84+206+252=542 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.50% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #54CEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEFC is #AB3103. Grayscale: #AEAEAE. Windows color (decimal): -11219204 or 16567892. OLE color: 16567892.

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

Color convert

RGB 84 206 252 -
CMYK 0.67 0.18 0 0.01
HSL 196.43º 0.97% 0.66% -
HSV(B) 196.43º 0.67% 0.99% -
XYZ 43.3 53.06 100.05 -
YUV 174.77 171.58 63.26 -
System Red Green Blue C M Y K H S L
Decimal 84 206 252 0.67 0.18 0 0.01 196.43 0.97 0.66
Hex 54 CE FC 43 12 0 1 C4 61 42
Octal 124 316 374 103 22 0 1 304 141 102
Binary 1010100 11001110 11111100 1000011 10010 0 1 11000100 1100001 1000010

Color Harmonies of #54CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CEFC

Black with #54CEFC

Text Example


Text Example

White with #54CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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