#55BCF0

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

Shades of Malibu #55BCF0

Tints of Malibu #55BCF0

Color information

#55BCF0 (or 0x55BCF0) is unknown color: approx Malibu. HEX triplet: 55, BC and F0. RGB value is (85,188,240). Sum of RGB (Red+Green+Blue) = 85+188+240=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #55BCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BCF0 is #AA430F. Grayscale: #A2A2A2. Windows color (decimal): -11158288 or 15776853. OLE color: 15776853.

HSL color Cylindrical-coordinate representation of color #55BCF0: hue angle of 200.13º 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 #55BCF0 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB85188240-
CMYK0.650.2200.06
HSL200.13º83.78%63.73%-
HSV(B)200.13º64.58%94.12%-
XYZ37.4644.1988.99-
YUV163.13171.3872.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.57%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 240 (94.14% from 255) = 46.78%
R=16.57%
G=36.65%
B=46.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal851882400.650.2200.06200.1383.7863.73
Hex55BCF0411606c85440
Octal1252743601012606310124100
Binary1010101101111001111000010000011011001101100100010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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