Html Css Color HEX #54BBDF Malibu

📋 copy color: '#54BBDF'

red 84 ◦ green 187 ◦ blue 223

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

Shades of Malibu #54BBDF

Tints of Malibu #54BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 17%
G = 37.85%
B = 45.14%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#54BBDF (or 0x54BBDF) is known color: Malibu. HEX triplet: 54, BB and DF. RGB value is (84,187,223). Sum of RGB (Red+Green+Blue) = 84+187+223=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #54BBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBDF is #AB4420. Grayscale: #A0A0A0. Windows color (decimal): -11224097 or 14662484. OLE color: 14662484.

HSL color Cylindrical-coordinate representation of color #54BBDF: hue angle of 195.54º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54BBDF is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 187 223 -
CMYK 0.62 0.16 0 0.13
HSL 195.54º 0.68% 0.6% -
HSV(B) 195.54º 0.62% 0.87% -
XYZ 34.75 42.75 76.23 -
YUV 160.31 163.38 73.57 -
System Red Green Blue C M Y K H S L
Decimal 84 187 223 0.62 0.16 0 0.13 195.54 0.68 0.6
Hex 54 BB DF 3E 10 0 D C4 44 3C
Octal 124 273 337 76 20 0 15 304 104 74
Binary 1010100 10111011 11011111 111110 10000 0 1101 11000100 1000100 111100

Color Harmonies of #54BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BBDF

Black with #54BBDF

Text Example


Text Example

White with #54BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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