Html Css Color HEX #54BFEA Malibu

📋 copy color: '#54BFEA'

red 84 ◦ green 191 ◦ blue 234

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

Shades of Malibu #54BFEA

Tints of Malibu #54BFEA

RGB

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

 GREEN value IS 191 (75% from 255) = 37.52%

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 16.5%
G = 37.52%
B = 45.97%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#54BFEA (or 0x54BFEA) is known color: Malibu. HEX triplet: 54, BF and EA. RGB value is (84,191,234). Sum of RGB (Red+Green+Blue) = 84+191+234=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #54BFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BFEA is #AB4015. Grayscale: #A3A3A3. Windows color (decimal): -11223062 or 15384404. OLE color: 15384404.

HSL color Cylindrical-coordinate representation of color #54BFEA: hue angle of 197.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54BFEA is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 191 234 -
CMYK 0.64 0.18 0 0.08
HSL 197.2º 0.78% 0.62% -
HSV(B) 197.2º 0.64% 0.92% -
XYZ 37.14 45.09 84.59 -
YUV 163.91 167.55 71 -
System Red Green Blue C M Y K H S L
Decimal 84 191 234 0.64 0.18 0 0.08 197.2 0.78 0.62
Hex 54 BF EA 40 12 0 8 C5 4E 3E
Octal 124 277 352 100 22 0 10 305 116 76
Binary 1010100 10111111 11101010 1000000 10010 0 1000 11000101 1001110 111110

Color Harmonies of #54BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BFEA

Black with #54BFEA

Text Example


Text Example

White with #54BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,191,234); }

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

background-color css

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

 a { background-color: rgb(84,191,234); }

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

border-color css

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

 span { border-color: rgb(84,191,234); }

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