Html Css Color HEX #54BBEB Malibu

📋 copy color: '#54BBEB'

red 84 ◦ green 187 ◦ blue 235

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

Shades of Malibu #54BBEB

Tints of Malibu #54BBEB

RGB

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

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

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

R = 16.6%
G = 36.96%
B = 46.44%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#54BBEB (or 0x54BBEB) is known color: Malibu. HEX triplet: 54, BB and EB. RGB value is (84,187,235). Sum of RGB (Red+Green+Blue) = 84+187+235=506 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.60% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #54BBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BBEB is #AB4414. Grayscale: #A1A1A1. Windows color (decimal): -11224085 or 15448916. OLE color: 15448916.

HSL color Cylindrical-coordinate representation of color #54BBEB: hue angle of 199.07º 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 #54BBEB is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 187 235 -
CMYK 0.64 0.20 0 0.08
HSL 199.07º 0.79% 0.63% -
HSV(B) 199.07º 0.64% 0.92% -
XYZ 36.42 43.42 85.06 -
YUV 161.68 169.38 72.6 -
System Red Green Blue C M Y K H S L
Decimal 84 187 235 0.64 0.20 0 0.08 199.07 0.79 0.63
Hex 54 BB EB 40 14 0 8 C7 4F 3F
Octal 124 273 353 100 24 0 10 307 117 77
Binary 1010100 10111011 11101011 1000000 10100 0 1000 11000111 1001111 111111

Color Harmonies of #54BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BBEB

Black with #54BBEB

Text Example


Text Example

White with #54BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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