Html Css Color HEX #54C2FB Maya Blue

📋 copy color: '#54C2FB'

red 84 ◦ green 194 ◦ blue 251

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

Shades of Maya Blue #54C2FB

Tints of Maya Blue #54C2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.45%

R = 15.88%
G = 36.67%
B = 47.45%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54C2FB (or 0x54C2FB) is known color: Maya Blue. HEX triplet: 54, C2 and FB. RGB value is (84,194,251). Sum of RGB (Red+Green+Blue) = 84+194+251=529 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.88% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #54C2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C2FB is #AB3D04. Grayscale: #A7A7A7. Windows color (decimal): -11222277 or 16499284. OLE color: 16499284.

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

Color convert

RGB 84 194 251 -
CMYK 0.67 0.23 0 0.02
HSL 200.48º 0.95% 0.66% -
HSV(B) 200.48º 0.67% 0.98% -
XYZ 40.36 47.43 98.3 -
YUV 167.61 175.06 68.37 -
System Red Green Blue C M Y K H S L
Decimal 84 194 251 0.67 0.23 0 0.02 200.48 0.95 0.66
Hex 54 C2 FB 43 17 0 2 C8 5F 42
Octal 124 302 373 103 27 0 2 310 137 102
Binary 1010100 11000010 11111011 1000011 10111 0 10 11001000 1011111 1000010

Color Harmonies of #54C2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C2FB

Black with #54C2FB

Text Example


Text Example

White with #54C2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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