Html Css Color HEX #54BCFB Maya Blue

📋 copy color: '#54BCFB'

red 84 ◦ green 188 ◦ blue 251

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

Shades of Maya Blue #54BCFB

Tints of Maya Blue #54BCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.95%

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

R = 16.06%
G = 35.95%
B = 47.99%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54BCFB (or 0x54BCFB) is known color: Maya Blue. HEX triplet: 54, BC and FB. RGB value is (84,188,251). Sum of RGB (Red+Green+Blue) = 84+188+251=523 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.06% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #54BCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BCFB is #AB4304. Grayscale: #A3A3A3. Windows color (decimal): -11223813 or 16497748. OLE color: 16497748.

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

Color convert

RGB 84 188 251 -
CMYK 0.67 0.25 0 0.02
HSL 202.63º 0.95% 0.66% -
HSV(B) 202.63º 0.67% 0.98% -
XYZ 39.05 44.82 97.86 -
YUV 164.09 177.04 70.88 -
System Red Green Blue C M Y K H S L
Decimal 84 188 251 0.67 0.25 0 0.02 202.63 0.95 0.66
Hex 54 BC FB 43 19 0 2 CB 5F 42
Octal 124 274 373 103 31 0 2 313 137 102
Binary 1010100 10111100 11111011 1000011 11001 0 10 11001011 1011111 1000010

Color Harmonies of #54BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BCFB

Black with #54BCFB

Text Example


Text Example

White with #54BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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