Html Css Color HEX #54C2FD Maya Blue

📋 copy color: '#54C2FD'

red 84 ◦ green 194 ◦ blue 253

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

Shades of Maya Blue #54C2FD

Tints of Maya Blue #54C2FD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.53%

 BLUE value IS 253 (99.22% from 255) = 47.65%

R = 15.82%
G = 36.53%
B = 47.65%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#54C2FD (or 0x54C2FD) is known color: Maya Blue. HEX triplet: 54, C2 and FD. RGB value is (84,194,253). Sum of RGB (Red+Green+Blue) = 84+194+253=531 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.82% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #54C2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C2FD is #AB3D02. Grayscale: #A7A7A7. Windows color (decimal): -11222275 or 16630356. OLE color: 16630356.

HSL color Cylindrical-coordinate representation of color #54C2FD: hue angle of 200.95º degrees, saturation: 0.98, 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 #54C2FD is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 84 194 253 -
CMYK 0.67 0.23 0 0.01
HSL 200.95º 0.98% 0.66% -
HSV(B) 200.95º 0.67% 0.99% -
XYZ 40.68 47.56 99.96 -
YUV 167.84 176.06 68.2 -
System Red Green Blue C M Y K H S L
Decimal 84 194 253 0.67 0.23 0 0.01 200.95 0.98 0.66
Hex 54 C2 FD 43 17 0 1 C9 62 42
Octal 124 302 375 103 27 0 1 311 142 102
Binary 1010100 11000010 11111101 1000011 10111 0 1 11001001 1100010 1000010

Color Harmonies of #54C2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C2FD

Black with #54C2FD

Text Example


Text Example

White with #54C2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,194,253); }

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

background-color css

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

 a { background-color: rgb(84,194,253); }

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

border-color css

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

 span { border-color: rgb(84,194,253); }

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