Html Css Color HEX #54BDE6 Malibu

📋 copy color: '#54BDE6'

red 84 ◦ green 189 ◦ blue 230

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

Shades of Malibu #54BDE6

Tints of Malibu #54BDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.73%

R = 16.7%
G = 37.57%
B = 45.73%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#54BDE6 (or 0x54BDE6) is known color: Malibu. HEX triplet: 54, BD and E6. RGB value is (84,189,230). Sum of RGB (Red+Green+Blue) = 84+189+230=503 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.70% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #54BDE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BDE6 is #AB4219. Grayscale: #A2A2A2. Windows color (decimal): -11223578 or 15121748. OLE color: 15121748.

HSL color Cylindrical-coordinate representation of color #54BDE6: hue angle of 196.85º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54BDE6 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 189 230 -
CMYK 0.63 0.18 0 0.10
HSL 196.85º 0.74% 0.62% -
HSV(B) 196.85º 0.63% 0.9% -
XYZ 36.14 43.99 81.45 -
YUV 162.28 166.21 72.17 -
System Red Green Blue C M Y K H S L
Decimal 84 189 230 0.63 0.18 0 0.10 196.85 0.74 0.62
Hex 54 BD E6 3F 12 0 A C5 4A 3E
Octal 124 275 346 77 22 0 12 305 112 76
Binary 1010100 10111101 11100110 111111 10010 0 1010 11000101 1001010 111110

Color Harmonies of #54BDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BDE6

Black with #54BDE6

Text Example


Text Example

White with #54BDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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