Html Css Color HEX #54B3FF Maya Blue

📋 copy color: '#54B3FF'

red 84 ◦ green 179 ◦ blue 255

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

Shades of Maya Blue #54B3FF

Tints of Maya Blue #54B3FF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.56%

 BLUE value IS 255 (100% from 255) = 49.23%

R = 16.22%
G = 34.56%
B = 49.23%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#54B3FF (or 0x54B3FF) is known color: Maya Blue. HEX triplet: 54, B3 and FF. RGB value is (84,179,255). Sum of RGB (Red+Green+Blue) = 84+179+255=518 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.22% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #54B3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B3FF is #AB4C00. Grayscale: #9E9E9E. Windows color (decimal): -11226113 or 16757588. OLE color: 16757588.

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

Color convert

RGB 84 179 255 -
CMYK 0.67 0.30 0 0
HSL 206.67º 1% 0.66% -
HSV(B) 206.67º 0.67% 1% -
XYZ 37.83 41.35 100.59 -
YUV 159.26 182.03 74.32 -
System Red Green Blue C M Y K H S L
Decimal 84 179 255 0.67 0.30 0 0 206.67 1 0.66
Hex 54 B3 FF 43 1E 0 0 CF 64 42
Octal 124 263 377 103 36 0 0 317 144 102
Binary 1010100 10110011 11111111 1000011 11110 0 0 11001111 1100100 1000010

Color Harmonies of #54B3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B3FF

Black with #54B3FF

Text Example


Text Example

White with #54B3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,179,255); }

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

background-color css

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

 a { background-color: rgb(84,179,255); }

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

border-color css

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

 span { border-color: rgb(84,179,255); }

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