Html Css Color HEX #54BDDE Malibu

📋 copy color: '#54BDDE'

red 84 ◦ green 189 ◦ blue 222

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

Shades of Malibu #54BDDE

Tints of Malibu #54BDDE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.18%

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 16.97%
G = 38.18%
B = 44.85%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#54BDDE (or 0x54BDDE) is known color: Malibu. HEX triplet: 54, BD and DE. RGB value is (84,189,222). Sum of RGB (Red+Green+Blue) = 84+189+222=495 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.97% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #54BDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BDDE is #AB4221. Grayscale: #A1A1A1. Windows color (decimal): -11223586 or 14597460. OLE color: 14597460.

HSL color Cylindrical-coordinate representation of color #54BDDE: hue angle of 194.35º 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 #54BDDE is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 189 222 -
CMYK 0.62 0.15 0 0.13
HSL 194.35º 0.68% 0.6% -
HSV(B) 194.35º 0.62% 0.87% -
XYZ 35.04 43.55 75.67 -
YUV 161.37 162.21 72.82 -
System Red Green Blue C M Y K H S L
Decimal 84 189 222 0.62 0.15 0 0.13 194.35 0.68 0.6
Hex 54 BD DE 3E F 0 D C2 44 3C
Octal 124 275 336 76 17 0 15 302 104 74
Binary 1010100 10111101 11011110 111110 1111 0 1101 11000010 1000100 111100

Color Harmonies of #54BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BDDE

Black with #54BDDE

Text Example


Text Example

White with #54BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,189,222); }

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

background-color css

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

 a { background-color: rgb(84,189,222); }

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

border-color css

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

 span { border-color: rgb(84,189,222); }

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