Html Css Color HEX #54BEEB Malibu

📋 copy color: '#54BEEB'

red 84 ◦ green 190 ◦ blue 235

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

Shades of Malibu #54BEEB

Tints of Malibu #54BEEB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.33%

 BLUE value IS 235 (92.19% from 255) = 46.17%

R = 16.5%
G = 37.33%
B = 46.17%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#54BEEB (or 0x54BEEB) is known color: Malibu. HEX triplet: 54, BE and EB. RGB value is (84,190,235). Sum of RGB (Red+Green+Blue) = 84+190+235=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #54BEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BEEB is #AB4114. Grayscale: #A3A3A3. Windows color (decimal): -11223317 or 15449684. OLE color: 15449684.

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

Color convert

RGB 84 190 235 -
CMYK 0.64 0.19 0 0.08
HSL 197.88º 0.79% 0.63% -
HSV(B) 197.88º 0.64% 0.92% -
XYZ 37.07 44.71 85.27 -
YUV 163.44 168.38 71.34 -
System Red Green Blue C M Y K H S L
Decimal 84 190 235 0.64 0.19 0 0.08 197.88 0.79 0.63
Hex 54 BE EB 40 13 0 8 C6 4F 3F
Octal 124 276 353 100 23 0 10 306 117 77
Binary 1010100 10111110 11101011 1000000 10011 0 1000 11000110 1001111 111111

Color Harmonies of #54BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BEEB

Black with #54BEEB

Text Example


Text Example

White with #54BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,190,235); }

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

background-color css

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

 a { background-color: rgb(84,190,235); }

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

border-color css

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

 span { border-color: rgb(84,190,235); }

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