Html Css Color HEX #54CDFE Maya Blue

📋 copy color: '#54CDFE'

red 84 ◦ green 205 ◦ blue 254

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

Shades of Maya Blue #54CDFE

Tints of Maya Blue #54CDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.75%

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

R = 15.47%
G = 37.75%
B = 46.78%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#54CDFE (or 0x54CDFE) is known color: Maya Blue. HEX triplet: 54, CD and FE. RGB value is (84,205,254). Sum of RGB (Red+Green+Blue) = 84+205+254=543 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.47% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #54CDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CDFE is #AB3201. Grayscale: #AEAEAE. Windows color (decimal): -11219458 or 16698708. OLE color: 16698708.

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

Color convert

RGB 84 205 254 -
CMYK 0.67 0.19 0 0.00
HSL 197.29º 0.99% 0.66% -
HSV(B) 197.29º 0.67% 1% -
XYZ 43.38 52.7 101.65 -
YUV 174.41 172.91 63.52 -
System Red Green Blue C M Y K H S L
Decimal 84 205 254 0.67 0.19 0 0.00 197.29 0.99 0.66
Hex 54 CD FE 43 13 0 0 C5 63 42
Octal 124 315 376 103 23 0 0 305 143 102
Binary 1010100 11001101 11111110 1000011 10011 0 0 11000101 1100011 1000010

Color Harmonies of #54CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CDFE

Black with #54CDFE

Text Example


Text Example

White with #54CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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