#55BEF0

Color #55BEF0 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #55BEF0

Tints of Malibu #55BEF0

Color information

#55BEF0 (or 0x55BEF0) is unknown color: approx Malibu. HEX triplet: 55, BE and F0. RGB value is (85,190,240). Sum of RGB (Red+Green+Blue) = 85+190+240=515 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.50% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #55BEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BEF0 is #AA410F. Grayscale: #A4A4A4. Windows color (decimal): -11157776 or 15777365. OLE color: 15777365.

HSL color Cylindrical-coordinate representation of color #55BEF0: hue angle of 199.35º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55BEF0 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB85190240-
CMYK0.650.2100.06
HSL199.35º83.78%63.73%-
HSV(B)199.35º64.58%94.12%-
XYZ37.8945.0589.14-
YUV164.3170.7171.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.50%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 240 (94.14% from 255) = 46.60%
R=16.50%
G=36.89%
B=46.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal851902400.650.2100.06199.3583.7863.73
Hex55BEF0411506c75440
Octal1252763601012506307124100
Binary1010101101111101111000010000011010101101100011110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55BEF0; }

 p { color: rgb(85,190,240); }

 H1.HeaderClassName
 {
   color: #55BEF0;
 }
 .AnyTagClassName
 {
   color: #55BEF0;
 }
</style>
background-color css

<style>
 a { background-color: #55BEF0; }

 a { background-color: rgb(85,190,240); }

 div.DivClassName
 {
   background-color: #55BEF0;
 }
 .BgClassName
 {
   background-color: #55BEF0;
 }
</style>
border-color css

<style>
 span { border-color: #55BEF0; }

 span { border-color: rgb(85,190,240); }

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