Html Css Color HEX #54BBFF Maya Blue

📋 copy color: '#54BBFF'

red 84 ◦ green 187 ◦ blue 255

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

Shades of Maya Blue #54BBFF

Tints of Maya Blue #54BBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.55%

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

R = 15.97%
G = 35.55%
B = 48.48%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#54BBFF (or 0x54BBFF) is known color: Maya Blue. HEX triplet: 54, BB and FF. RGB value is (84,187,255). Sum of RGB (Red+Green+Blue) = 84+187+255=526 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.97% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #54BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BBFF is #AB4400. Grayscale: #A3A3A3. Windows color (decimal): -11224065 or 16759636. OLE color: 16759636.

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

Color convert

RGB 84 187 255 -
CMYK 0.67 0.27 0 0
HSL 203.86º 1% 0.66% -
HSV(B) 203.86º 0.67% 1% -
XYZ 39.48 44.65 101.14 -
YUV 163.96 179.38 70.97 -
System Red Green Blue C M Y K H S L
Decimal 84 187 255 0.67 0.27 0 0 203.86 1 0.66
Hex 54 BB FF 43 1B 0 0 CC 64 42
Octal 124 273 377 103 33 0 0 314 144 102
Binary 1010100 10111011 11111111 1000011 11011 0 0 11001100 1100100 1000010

Color Harmonies of #54BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BBFF

Black with #54BBFF

Text Example


Text Example

White with #54BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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